commit 0746a22c7db38a053521fb69e84d107284b22076
parent 87457fb50cfbbec9a09cd20055c284ce1e47b191
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 30 Oct 2025 21:27:24 +0100
-fix missing version bump
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -4,7 +4,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([sync],[1.0.1],[taler-bug@gnu.org])
+AC_INIT([sync],[1.1.0],[taler-bug@gnu.org])
AC_CONFIG_SRCDIR([src/sync/sync-httpd.c])
AC_CONFIG_HEADERS([sync_config.h])
# support for non-recursive builds