aboutsummaryrefslogtreecommitdiffstats
path: root/libfsoframework/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'libfsoframework/configure.ac')
-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])