From 9c448f7c7a55c8293cd33ea0fcd33dd42032504d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 4 Jul 2024 17:11:24 +0200 Subject: Put the full commit id into VERSION. * autogen.sh : 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. --- src/version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; } -- cgit v1.2.3