aboutsummaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 13:31:05 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 13:31:05 +0000
commitd101c34210679cfd3eca36596aaa4bb0516986b5 (patch)
tree707c5a115e820e59d6d77814a64f1dd92e23c03f /src/version.c
parent543b3a9c67691e2ef23a8b68e901c6ec49b5bfb8 (diff)
downloadgdbm-d101c34210679cfd3eca36596aaa4bb0516986b5.tar.gz
gdbm-d101c34210679cfd3eca36596aaa4bb0516986b5.tar.bz2
(gdbm_version): Update automatically.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/version.c b/src/version.c
index 51dc453..8484a76 100644
--- a/src/version.c
+++ b/src/version.c
@@ -19,8 +19,11 @@
#include "autoconf.h"
-/* Keep a string with the version number in it! */
-const char * gdbm_version = "GDBM version 1.9.0. xx/xx/2007"
+/* Keep a string with the version number in it.
+ The DIST_DATE magic below is replaced by the actual date when
+ making the distdir. */
+const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
+/*@DIST_DATE@*/
#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
" (built " __DATE__ " " __TIME__ ")"
#endif

Return to:

Send suggestions and report system problems to the System administrator.