From d101c34210679cfd3eca36596aaa4bb0516986b5 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 3 Aug 2011 13:31:05 +0000 Subject: (gdbm_version): Update automatically. --- src/version.c | 7 +++++-- 1 file 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 -- cgit v1.2.1