summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2013-04-19 10:55:11 +0100
committerDaniel P. Berrange <berrange@redhat.com>2013-04-19 13:12:56 +0100
commit237135eb3ed0fed2f095e46d11f1a168bdfcb144 (patch)
tree54c7c7c949cdd606a87f309b292d15279d15df40
parent78c6cc9a0f8d8ae7d0103f9131de7dcc51a6ddb4 (diff)
Increment soname + symbol versions
The ABI of some methods was explicitly broken, so the soname and symbol versions must all be incremented to reflect the ABI incompatibility
-rw-r--r--configure.ac2
-rw-r--r--libvirt-designer/libvirt-designer.sym2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c9be9c5..b4b8441 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,7 @@ LIBVIRT_DESIGNER_VERSION_NUMBER=`expr $LIBVIRT_DESIGNER_MAJOR_VERSION \* 1000000
# Assuming we do ever want to break soname version, this can
# toggled. But seriously, don't touch this, unless we explicitly
# agree to break ABI on the mailing list.
-LIBVIRT_DESIGNER_SONUM=0
+LIBVIRT_DESIGNER_SONUM=1
# The following examples show what libtool will do
#
diff --git a/libvirt-designer/libvirt-designer.sym b/libvirt-designer/libvirt-designer.sym
index 7a24f2c..6e2e231 100644
--- a/libvirt-designer/libvirt-designer.sym
+++ b/libvirt-designer/libvirt-designer.sym
@@ -1,4 +1,4 @@
-LIBVIRT_DESIGNER_0.0.1 {
+LIBVIRT_DESIGNER_0.0.2 {
global:
gvir_designer_init;
gvir_designer_init_check;