summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-27 02:02:14 -0700
committerCarl Worth <cworth@cworth.org>2010-04-27 02:02:14 -0700
commit0fb28c65f24acf8757cba12384da2d380d11f76c (patch)
tree9a1e6fcf953ac22c64d8ffefd82687a53da39d4d
parent1e1871154341cdd3413fe3f32e3aae477826d815 (diff)
lib: Increment library version to 1.1.0
For the addition of the new NOTMUCH_SORT_UNSORTED value.
-rw-r--r--lib/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local
index a092090..0cc1d39 100644
--- a/lib/Makefile.local
+++ b/lib/Makefile.local
@@ -15,7 +15,7 @@ LIBNOTMUCH_VERSION_MAJOR = 1
# The minor version of the library interface. This should be incremented at
# the time of release for any additions to the library interface.
-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