summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-06-19 16:51:52 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-06-19 16:57:02 -0500
commit4c56c96b3f1c368ca3737cb7ff476a6bb037ae51 (patch)
tree41bba76878f8cbc2fc709186718161eb3181375a
parent4a598f39595b9c7194eac65f151ec3058d7d0911 (diff)
downloadgnome-desktop-4c56c96b3f1c368ca3737cb7ff476a6bb037ae51.tar.gz
Prepare 3.29.33.29.3
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index feaf388f..53fef16a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
==============
+Version 3.29.3
+==============
+
+- Fix memory leak
+- Updated translations
+
+==============
Version 3.29.1
==============
diff --git a/configure.ac b/configure.ac
index a50737a8..1fb32b66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 29)
-m4_define(gnome_micro, 1)
+m4_define(gnome_micro, 3)
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=17:1:0
+LT_VERSION=17:2:0
AC_SUBST(LT_VERSION)
LT_PREREQ([2.2.6])