summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2016-05-13 18:34:41 +0200
committerRui Matos <tiagomatos@gmail.com>2016-05-13 18:35:43 +0200
commit2029b1ceb4b07259d84203754a53a148364ca082 (patch)
tree0c172420cf9a7826c5727a8b7115edb54cb9062b
parent5ab8507ed33e0e22582d76c63807f49d68d96f4b (diff)
downloadgnome-desktop-2029b1ceb4b07259d84203754a53a148364ca082.tar.gz
build: Bump soname and version for new API
So that gnome-control-center can depend on that newer version.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9573df00..1863a866 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 21)
-m4_define(gnome_micro, 1)
+m4_define(gnome_micro, 2)
dnl gnome_sub is an optional sub-version which will not be advertised to the user
dnl It allows to release a 2.30.1.1 which is just a better 2.30.1
dnl Leave empty if not needed
@@ -28,7 +28,7 @@ AC_CONFIG_MACRO_DIR([m4])
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=13:0:1
+LT_VERSION=14:0:2
AC_SUBST(LT_VERSION)
LT_PREREQ([2.2.6])