Fix the SONAME.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Tue, 18 Oct 2011 17:00:35 +0000 (10:00 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Tue, 18 Oct 2011 17:06:20 +0000 (10:06 -0700)
We accidentally decreased the SONAME with the 0.6.4 release, so this
adjusts the various easy-to-understand/impossible-to-confuse libtool
numbers.

Closes: bgo#662095

configure.ac

index 540cec5..7744787 100644 (file)
@@ -11,8 +11,8 @@ m4_define([folks_nano_version], [1])
 #  increment current and set revision to 0
 # If public symbols have been added since last release, increment age
 # If public symbols have been removed since last release, set age to 0
-m4_define([folks_lt_current], [27])
-m4_define([folks_lt_revision], [3])
+m4_define([folks_lt_current], [28])
+m4_define([folks_lt_revision], [0])
 m4_define([folks_lt_age], [3])
 
 # Display the nano_version only if it's not '0'