[gnome-desktop] build: Bump soname and version for new API
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-desktop] build: Bump soname and version for new API
- Date: Thu, 17 Mar 2016 13:50:06 +0000 (UTC)
commit 0a74cc9a0f1c154d3e776fab4896c76c30a103a7
Author: Bastien Nocera <hadess hadess net>
Date: Thu Mar 17 14:49:17 2016 +0100
build: Bump soname and version for new API
So that gnome-control-center can depend on that newer version.
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1326adb..3d1f69b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 19)
-m4_define(gnome_micro, 92)
+m4_define(gnome_micro, 93)
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=12:0:0
+LT_VERSION=13:0:1
AC_SUBST(LT_VERSION)
LT_PREREQ([2.2.6])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]