This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=00707c50e9d456189b4f583156ca7d7a2e1e03c9 commit 00707c50e9d456189b4f583156ca7d7a2e1e03c9 Author: Guillem Jover <guil...@debian.org> AuthorDate: Mon Apr 1 16:44:57 2024 +0200 build: Print the release version at the end of configure This should give a bit more traceability during builds by downstreams. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index edd30c66c..47b7b3994 100644 --- a/configure.ac +++ b/configure.ac @@ -272,6 +272,9 @@ AC_OUTPUT # Print the current configuration cat <<CONFIG +Release: + Version . . . . . : $PACKAGE_VERSION + Configuration: Arch attributes: cpu name . . . . . . . . . . : ${cpu_type} -- Dpkg.Org's dpkg