aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/Makefile.local
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2013-12-04 11:19:46 -0500
committerGravatar David Bremner <david@tethera.net>2013-12-07 10:31:19 +0800
commit3d4b0930bdc135d8f8edff1f29adb4d3ad0673ad (patch)
tree72b81d5a2c0c496911eb3006d6fd3bc7f1bb1aa8 /lib/Makefile.local
parent8fb16e277e4d6c32bafa79ae7967e1e6ba9258e0 (diff)
lib: Bump library version from 3.0.0 to 3.1.0
This version of the library introduces LIBNOTMUCH_CHECK_VERSION and the *_VERSION macros. Bumping the version number is also necessary to make the comment on LIBNOTMUCH_CHECK_VERSION no longer a lie.
Diffstat (limited to 'lib/Makefile.local')
-rw-r--r--lib/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local
index cd2c60df..c56cba99 100644
--- a/lib/Makefile.local
+++ b/lib/Makefile.local
@@ -11,7 +11,7 @@ LIBNOTMUCH_VERSION_MAJOR = 3
# 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 = 0
+LIBNOTMUCH_VERSION_MINOR = 1
# 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