projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4241b4d
)
lib: bump minor version to mark added symbols
author
David Bremner
<david@tethera.net>
Sun, 2 Oct 2016 01:11:56 +0000
(22:11 -0300)
committer
David Bremner
<david@tethera.net>
Sun, 2 Oct 2016 01:19:07 +0000
(22:19 -0300)
This should not change the SONAME, and therefore won't change the
dynamic linking behaviour, but it may help some users debug missing
symbols in case their libnotmuch is too old.
lib/notmuch.h
patch
|
blob
|
history
diff --git
a/lib/notmuch.h
b/lib/notmuch.h
index e03a05ddba34db67b1cb428caa9da21e9192da3c..251c29b58428155183fcb506fc1b880859d96c49 100644
(file)
--- a/
lib/notmuch.h
+++ b/
lib/notmuch.h
@@
-56,7
+56,7
@@
NOTMUCH_BEGIN_DECLS
* version in Makefile.local.
*/
#define LIBNOTMUCH_MAJOR_VERSION 4
-#define LIBNOTMUCH_MINOR_VERSION
3
+#define LIBNOTMUCH_MINOR_VERSION
4
#define LIBNOTMUCH_MICRO_VERSION 0