commit 7eefddb1c1e2f980e1a31e30f179015f05b78f8d
parent 280eeebcd3e80c1bcaa22e347367c67f6c0ee61f
Author: Florian Dold <florian@dold.me>
Date: Wed, 27 May 2026 15:47:03 +0200
adapt bump script to meson
Diffstat:
3 files changed, 2 insertions(+), 23 deletions(-)
diff --git a/contrib/bump b/contrib/bump
@@ -22,18 +22,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
@@ -50,14 +38,4 @@ EOF
mv ./debian/changelog.tmp ./debian/changelog
echo "debian/changelog ${VERSION}"
}
-
-function doc_doxygen_taler_doxy {
- updated doc/doxygen/taler.doxy || return 0
-
- sed -i "/PROJECT_NUMBER/s/= \(.*\)/= ${VERSION}/" doc/doxygen/taler.doxy
- echo "doc/doxygen/taler.doxy ${VERSION}"
-}
-
-configure_ac
debian_changelog
-doc_doxygen_taler_doxy
diff --git a/doc/doxygen/.gitignore b/doc/doxygen/.gitignore
@@ -1,2 +1,3 @@
html/
taler-exchange.tag
+version.doxy
diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy
@@ -47,7 +47,7 @@ PROJECT_NAME = "GNU Taler: Exchange"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.5.6
+@INCLUDE = "version.doxy"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a