2014-03-31 12:53:50 +02:00
|
|
|
Index: src/version.c
|
|
|
|
===================================================================
|
2016-05-19 10:07:46 +02:00
|
|
|
--- src/version.c.orig
|
|
|
|
+++ src/version.c
|
2014-03-31 12:53:50 +02:00
|
|
|
@@ -25,9 +25,6 @@
|
2012-09-25 15:47:24 +02:00
|
|
|
making the distdir. */
|
|
|
|
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
|
2016-05-19 10:07:46 +02:00
|
|
|
"16/05/2016"
|
2012-09-25 15:47:24 +02:00
|
|
|
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
|
|
|
|
- " (built " __DATE__ " " __TIME__ ")"
|
|
|
|
-#endif
|
2014-03-31 12:53:50 +02:00
|
|
|
;
|
2012-09-25 15:47:24 +02:00
|
|
|
int const gdbm_version_number[3] = {
|
|
|
|
GDBM_VERSION_MAJOR,
|