anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 3db952e4cd61865175e0905caf72ba27e585814a
parent 726b90b5c29bbda72cda8bcbd19cf9115ab42b1c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 31 Jul 2026 14:18:52 +0200

bump debian package, too

Diffstat:
Mcontrib/bump | 13-------------
Mdebian/changelog | 6++++++
2 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/contrib/bump b/contrib/bump @@ -21,18 +21,6 @@ function updated { fi } -# update configure.ac -function configure_ac { - if [[ $(grep AC_INIT configure.ac | grep "${VERSION}") ]]; - then - echo "configure.ac already in ${VERSION}" - return 0 - fi - - sed -i "/AC_INIT/s/,\\[\\(.*\\)\\],/,[${VERSION}],/" configure.ac - echo "configure.ac ${VERSION}" -} - # update debian/changelog function debian_changelog { updated debian/changelog || return 0 @@ -57,5 +45,4 @@ function doc_doxygen_taler_doxy { echo "doc/doxygen/taler.doxy ${VERSION}" } -configure_ac debian_changelog diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +anastasis (0.8.0) unstable; urgency=low + + * Release 0.8.0. + + -- Christian Grothoff <christian@grothoff.org> Fri, 31 Jul 2026 14:18:27 +0200 + anastasis (0.7.1) unstable; urgency=low * Release 0.7.1.