no build date
authorAnas Nashif <anas.nashif@intel.com>
Mon, 5 Nov 2012 04:51:25 +0000 (20:51 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Mon, 5 Nov 2012 04:51:25 +0000 (20:51 -0800)
src/version.c

index ed33342..bdfacda 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 ". "
-"13/11/2011"
-#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,