[master] d71e831 Increase libvarnishapi libtool revision number.
Lasse Karstensen
lkarsten at varnish-software.com
Thu Sep 10 17:00:17 CEST 2015
commit d71e8311659b469968a147be2c85d2a0852797bd
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date: Thu Sep 10 16:45:30 2015 +0200
Increase libvarnishapi libtool revision number.
This number was last changed between Varnish 1.0 and Varnish 2.0.
As far as I can read from the commits, we haven't actually removed
any interfaces in any released Varnish versions, so a revision bump
should be all that is needed.
Another possibility is to stop using -version-info and just roll
our own scheme with -release, but I don't want to go down that route
just before 4.1.0.
diff --git a/lib/libvarnishapi/Makefile.am b/lib/libvarnishapi/Makefile.am
index 68a89bd..c7fb0e4 100644
--- a/lib/libvarnishapi/Makefile.am
+++ b/lib/libvarnishapi/Makefile.am
@@ -9,7 +9,7 @@ AM_CPPFLAGS = \
lib_LTLIBRARIES = libvarnishapi.la
-libvarnishapi_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:0:0
+libvarnishapi_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:4:0
libvarnishapi_la_SOURCES = \
vsm_api.h \
More information about the varnish-commit
mailing list