* Improved dump format. * New function: gdbm_count. * New utilities: gdbm_dump and gdbm_load. * gdbmtool OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=32
15 lines
504 B
Diff
15 lines
504 B
Diff
Index: src/version.c
|
|
===================================================================
|
|
--- src/version.c.orig 2014-03-31 12:37:27.178806783 +0200
|
|
+++ src/version.c 2014-03-31 12:38:48.329789877 +0200
|
|
@@ -25,9 +25,6 @@
|
|
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
|
|
;
|
|
int const gdbm_version_number[3] = {
|
|
GDBM_VERSION_MAJOR,
|