commit cfdffb98c315e22f5fb2059d091c088d82d8b7c0
parent 234b1336f9aa541c60cacd8bf7bf0ca11ae820f9
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 6 Oct 2024 12:48:08 +0200
bump version to 0.5.0
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -20,7 +20,7 @@
# Process this file with autoconf to produce a configure script.
#
AC_PREREQ([2.69])
-AC_INIT([Anastasis GTK],[0.4.1],[bug-anastasis@gnu.org],[anastasis-gtk])
+AC_INIT([Anastasis GTK],[0.5.0],[bug-anastasis@gnu.org],[anastasis-gtk])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([subdir-objects 1.9 tar-pax])
AC_CONFIG_HEADERS([anastasis_gtk_config.h])
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,10 @@
+anastasis-gtk (0.5.0) unstable; urgency=low
+
+ * Fixing next-button sensitivity.
+ * Updates for Taler v0.14 release.
+
+ -- Christian Grothoff <grothoff@gnu.org> Sun, 6 Oct 2024 03:50:12 +0200
+
anastasis-gtk (0.4.1-1) unstable; urgency=low
* Bumping for Taler v0.10 release.