Bump version to 016.

Message ID 20260725165059.3759193-1-adolf.belka@ipfire.org
State New
Headers
Series Bump version to 016. |

Commit Message

Adolf Belka 25 Jul 2026, 4:50 p.m. UTC
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/configure.ac b/configure.ac
index d5009ce..bde5fa0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # Pakfire - The IPFire package management system                              #
-# Copyright (C) 2013 Pakfire development team                                 #
+# Copyright (C) 2013-2026 Pakfire development team                            #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -21,7 +21,7 @@ 
 AC_PREREQ([2.64])
 
 AC_INIT([ddns],
-	[015],
+	[016],
 	[info@ipfire.org],
 	[ddns],
 	[http://git.ipfire.org/?p=oddments/ddns.git;a=summary])