commit 3703d3c22888b9a1a899013224be050c99104059
parent 097643f9dbf02a3eaa8715a7ea5168bd75b83e54
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 2 Apr 2025 14:27:46 +0200
bump
Diffstat:
2 files changed, 7 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.6.1],[bug-anastasis@gnu.org],[anastasis-gtk])
+AC_INIT([Anastasis GTK],[0.6.2],[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,9 @@
+anastasis-gtk (0.6.2) unstable; urgency=low
+
+ * Misc. minor bugfixes (extra asserts, return value checks, etc.).
+
+ -- Christian Grothoff <grothoff@gnu.org> Wed, 04 Apri 2025 23:50:12 +0200
+
anastasis-gtk (0.6.0) unstable; urgency=low
* More updates for Taler v0.14 release.