summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-04-16 20:11:45 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-04-16 20:11:45 -0500
commit24ed6200017b7a61094ab1fbe23ac7ba5013d589 (patch)
tree8da7aefdc6aa7a1f66204c712f0a9c0c3e074ea2
parent681ebcd7d18ddd1f5976b493c6f1837142217b3c (diff)
downloadgnome-desktop-3.29.1.tar.gz
Prepare 3.29.13.29.1
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7f32033c..feaf388f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
==============
+Version 3.29.1
+==============
+
+- Updated translations
+
+==============
Version 3.28.1
==============
diff --git a/configure.ac b/configure.ac
index 24b87725..0697bd2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
m4_define(gnome_platform, 3)
-m4_define(gnome_minor, 28)
+m4_define(gnome_minor, 29)
m4_define(gnome_micro, 1)
m4_define(gnome_sub,)
dnl gnome_sub is an optional sub-version which will not be advertised to the user
@@ -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:0:0
+LT_VERSION=17:1:0
AC_SUBST(LT_VERSION)
LT_PREREQ([2.2.6])