summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-08-13 20:54:29 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-08-13 21:02:19 -0500
commitb7b6da895c60cd3d719e3b9c29779c25429eb823 (patch)
tree862a22827ee97d6c805833165ef568ca5cd78904
parent6271db6bbda01805cbec6fed44e481ca7a11dd79 (diff)
downloadgnome-desktop-b7b6da895c60cd3d719e3b9c29779c25429eb823.tar.gz
Prepare 3.29.913.29.91
-rw-r--r--NEWS8
-rw-r--r--configure.ac6
2 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e17541e6..b2944ae5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+===============
+Version 3.29.91
+===============
+
+- Fix various wall clock regressions
+- Fix regressions from intltool removal
+- Fix regressions introduced by g_autoptr usage
+
=================
Version 3.29.90.1
=================
diff --git a/configure.ac b/configure.ac
index a29b62db..f46c1a34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 29)
-m4_define(gnome_micro, 90)
-m4_define(gnome_sub,1)
+m4_define(gnome_micro, 91)
+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
dnl Leave empty if not needed
@@ -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=17:2:0
+LT_VERSION=17:3:0
AC_SUBST(LT_VERSION)
LT_PREREQ([2.2.6])