summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2014-02-18 17:32:45 +0100
committerRui Matos <tiagomatos@gmail.com>2014-02-18 17:41:59 +0100
commit0e25df1cc9d37ebf245423667c7fcd712828a3f1 (patch)
treee1bd192d0701d3915bd8b36fbaa66147f043f3a8
parent8b25e9fcbf67f728d65b16aaa4d2116304ddd113 (diff)
downloadgnome-desktop-0e25df1cc9d37ebf245423667c7fcd712828a3f1.tar.gz
3.11.903.11.90
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 08e8ec41..43eab1bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+================
+Version 3.11.90
+================
+
+- gnome-xkb-info: Remove xkbfile dependency (#719942) - API and ABI break
+- gnome-xkb-info: Apply main layout locale metadata to variants (#711291)
+
===============
Version 3.11.5
===============
diff --git a/configure.ac b/configure.ac
index e333fcf2..10292b0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 11)
-m4_define(gnome_micro, 5)
+m4_define(gnome_micro, 90)
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=9:0:1
+LT_VERSION=10:0:0
AC_SUBST(LT_VERSION)
LT_PREREQ([2.2.6])