anastasis-gtk

Demonstrator GUI for Anastasis
Log | Files | Refs | README | LICENSE

commit 0367d82c6170047b45e6a7b1798e382e0a91d6a5
parent 355ddeeca78bb9720af261d93049ee442527d03c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  8 Oct 2025 21:03:26 +0200

version bump

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 6++++++
Mdoc/doxygen/anastasis.doxy | 2+-
3 files changed, 8 insertions(+), 2 deletions(-)

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.3],[bug-anastasis@gnu.org],[anastasis-gtk]) +AC_INIT([Anastasis GTK],[0.7.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,9 @@ +anastasis-gtk (0.7.0) unstable; urgency=low + + * Release version 0.7.0 + + -- Christian Grothoff <grothoff@gnu.org> Wed, 08 Oct 2025 13:50:23 +0200 + anastasis-gtk (0.6.3) unstable; urgency=low * adjust tests for merchant protocol change ('default' -> 'admin') diff --git a/doc/doxygen/anastasis.doxy b/doc/doxygen/anastasis.doxy @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = Anastasis-gtk -PROJECT_NUMBER = 0.6.0 +PROJECT_NUMBER = 0.7.0 OUTPUT_DIRECTORY = . CREATE_SUBDIRS = YES OUTPUT_LANGUAGE = English