summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-01-31 14:52:54 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-01-31 14:52:54 -0600
commit2dc1f1747f347bc3aee78afe9a4a570578172dd1 (patch)
tree750cecbf2985187b01d3b8f5892c159a35a1f7df
parent2fb4509d184c4bb502ce01c818abc7cd10cd5d77 (diff)
downloadgnome-desktop-2dc1f1747f347bc3aee78afe9a4a570578172dd1.tar.gz
Bump version to 3.27.90
No release yet, this is just to make g-c-c buildable after the API break in the previous commit.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4eee27fa..774a1024 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 27)
-m4_define(gnome_micro, 2)
+m4_define(gnome_micro, 90)
m4_define(gnome_sub,)
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
@@ -29,7 +29,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=15:0:0
+LT_VERSION=16:0:0
AC_SUBST(LT_VERSION)
LT_PREREQ([2.2.6])