no build date
authorAnas Nashif <anas.nashif@intel.com>
Mon, 5 Nov 2012 04:51:25 +0000 (20:51 -0800)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 4 Nov 2014 12:14:48 +0000 (13:14 +0100)
src/version.c

index f301a75..aa497c9 100644 (file)
    The DIST_DATE magic below is replaced by the actual date when
    making the distdir. */
 const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
-"25/12/2013"
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
-               " (built " __DATE__ " " __TIME__ ")"
-#endif
-;
+"13/11/2011";
+
 int const gdbm_version_number[3] = {
   GDBM_VERSION_MAJOR,
   GDBM_VERSION_MINOR,