aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-09-24 16:13:49 -0300
committerGravatar David Bremner <bremner@debian.org>2011-09-24 20:26:42 -0300
commit0ce713ae02a2f2fc326d9c04bf9bf95123f228c0 (patch)
tree57aff22af80908e9cef4e9e721517a82f06b1b17 /lib
parentb00408e5738da7b2944eed086f1a6bb9d72e2607 (diff)
lib: bump library minor version because of new symbols.
This bump is because of the new symbols introduced by the atomicity patches.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local
index fbc2f6a1..80984329 100644
--- a/lib/Makefile.local
+++ b/lib/Makefile.local
@@ -17,7 +17,7 @@ LIBNOTMUCH_VERSION_MAJOR = 1
# the time of release for any additions to the library interface,
# (and when it is incremented, the release version of the library should
# be reset to 0).
-LIBNOTMUCH_VERSION_MINOR = 3
+LIBNOTMUCH_VERSION_MINOR = 4
# The release version the library interface. This should be incremented at
# the time of release if there have been no changes to the interface, (but