aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-07-26 13:21:51 +0200
committerSimon Busch <morphis@gravedo.de>2012-07-26 13:23:37 +0200
commit2285d85d69ad058e47eee7b8bb22d407bc0fca44 (patch)
tree274764d11e5a3b854f1aa3158277c45c61274ef2
parent8127fd84fd8169e74a032596e0389db636563cd0 (diff)
downloadcornucopia-2285d85d69ad058e47eee7b8bb22d407bc0fca44.tar.gz
cornucopia-2285d85d69ad058e47eee7b8bb22d407bc0fca44.tar.bz2
cornucopia-2285d85d69ad058e47eee7b8bb22d407bc0fca44.zip
libfsoframework: bump ABI for all libraries to 3.0.0
We are using the same ABI version for all our libraries for as this make things easier. Maybe we will change that later.
-rw-r--r--libfsoframework/configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/libfsoframework/configure.ac b/libfsoframework/configure.ac
index 23ec10dd..9ae1fc7a 100644
--- a/libfsoframework/configure.ac
+++ b/libfsoframework/configure.ac
@@ -3,12 +3,15 @@ m4_define([fsoframework_base_version], [0.12.0])
m4_define([fsoframework_maybe_gitrev], m4_if(fsoframework_released, [1], [], [m4_esyscmd([git show-ref --hash=5 HEAD | tr -d '\n\r'])]))
m4_define([fsoframework_version], m4_if(fsoframework_released, [1], [fsoframework_base_version], [fsoframework_base_version-fsoframework_maybe_gitrev]))
+# NOTE: We are using the same ABI version for all our libraries for as this make things
+# easier. Maybe we will change that later.
+
# If library source has changed since last release, increment revision
# If public symbols have been added, removed or changed since last release,
# 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([fsoframework_lt_current], [0])
+m4_define([fsoframework_lt_current], [3])
m4_define([fsoframework_lt_revision], [0])
m4_define([fsoframework_lt_age], [0])