aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-07-04 15:11:24 +0000
committerWerner Koch <[email protected]>2024-07-04 15:11:24 +0000
commit9c448f7c7a55c8293cd33ea0fcd33dd42032504d (patch)
treeb176612dde1b5c6d2304912ebb6e8cfc844e5c1b /src
parentcore: Declare environ for macOS and others. (diff)
downloadlibgpg-error-9c448f7c7a55c8293cd33ea0fcd33dd42032504d.tar.gz
libgpg-error-9c448f7c7a55c8293cd33ea0fcd33dd42032504d.zip
Put the full commit id into VERSION.
* autogen.sh <find-version>: Also print the full commit id. * configure.ac: Get the full commit id. Add it to VERSION. (BUILD_REVISION): Replace this ac_define by (BUILD_COMMITID): this. * src/version.c (cright_blurb): Use here.
Diffstat (limited to 'src')
-rw-r--r--src/version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.c b/src/version.c
index 54177cc..6de090f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -39,9 +39,9 @@ cright_blurb (void)
static const char blurb[] =
"\n\n"
"This is Libgpg-error " PACKAGE_VERSION " - A runtime library\n"
- "Copyright 2001-2022 g10 Code GmbH\n"
+ "Copyright 2001-2024 g10 Code GmbH\n"
"\n"
- "(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n"
+ "(" BUILD_COMMITID " " BUILD_TIMESTAMP ")\n"
"\n\n";
return blurb;
}