aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--tests/version.at4
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d39e3d1..94f7708 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2011-08-05 Sergey Poznyakoff <gray@gnu.org.ua>
+ * tests/version.at: Update.
+ * tests/Makefile.am: Define AT_PACKAGE_VERSION_MAJOR,
+ AT_PACKAGE_VERSION_MINOR, and AT_PACKAGE_VERSION_PATCH.
+ * src/lock.c: Shut the gcc warning.
+ * doc/gdbm.texinfo: Minor fixes.
+
+2011-08-05 Sergey Poznyakoff <gray@gnu.org.ua>
+
* src/global.c: Remove.
* src/extern.h: Remove.
* src/Makefile.am: Remove extern.h and global.c
diff --git a/tests/version.at b/tests/version.at
index f6d6a8a..8cfac2b 100644
--- a/tests/version.at
+++ b/tests/version.at
@@ -18,8 +18,8 @@ AT_SETUP([gdbm version])
AT_CHECK([gtver -lib -full -header -full],
[0],
-[AT_PACKAGE_VERSION
-AT_PACKAGE_VERSION
+[AT_PACKAGE_VERSION_MAJOR.AT_PACKAGE_VERSION_MINOR.AT_PACKAGE_VERSION_PATCH
+AT_PACKAGE_VERSION_MAJOR.AT_PACKAGE_VERSION_MINOR.AT_PACKAGE_VERSION_PATCH
],
[],
[cat >$[]XFAILFILE <<'_EOT'

Return to:

Send suggestions and report system problems to the System administrator.