anastasis-gtk

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

commit 37d4275696b7b087fd3194d7952e632660468800
parent 808850201b5b28418632d50b44417974c81263b4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 13 Apr 2025 14:00:22 +0200

-version bump

Diffstat:
Mconfigure.ac | 4++--
Mdebian/changelog | 7+++++++
Mdebian/control | 2+-
3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -1,5 +1,5 @@ # This file is part of Anastasis. -# (C) 2001--2023 Christian Grothoff (and other contributing authors) +# (C) 2001--2025 Christian Grothoff (and other contributing authors) # # Anastasis is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published @@ -20,7 +20,7 @@ # Process this file with autoconf to produce a configure script. # AC_PREREQ([2.69]) -AC_INIT([Anastasis GTK],[0.6.2],[bug-anastasis@gnu.org],[anastasis-gtk]) +AC_INIT([Anastasis GTK],[0.6.3],[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.6.3) unstable; urgency=low + + * adjust tests for merchant protocol change ('default' -> 'admin') + * Release version 0.6.3 + + -- Christian Grothoff <grothoff@gnu.org> Sun, 13 Apr 2025 13:50:23 +0200 + anastasis-gtk (0.6.2) unstable; urgency=low * Misc. minor bugfixes (extra asserts, return value checks, etc.). diff --git a/debian/control b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12), libgnunetgtk-dev (>= 0.24.0), libgnunet-dev (>= 0.24.0), - libanastasis-dev (>= 0.6.2), + libanastasis-dev (>= 0.6.3), libgladeui-dev (>=3.10.0), libgtk-3-dev (>=3.22.0), libmagic-dev,