summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-10-10 15:35:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-10-10 15:35:28 -0400
commitb1e39f5d9e7dc1dfd7ac91c44a74029ed5699028 (patch)
treef28df3c925edf6fa9f4292231c5a389574d345f0
parent8aa8bd70908ad0412525897093bbba4c33c70b8d (diff)
downloadgnome-desktop-b1e39f5d9e7dc1dfd7ac91c44a74029ed5699028.tar.gz
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3a82c4df..9cc50953 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
================
+Version 3.22.1
+================
+
+- Translation updates
+
+================
Version 3.22.0
================
diff --git a/configure.ac b/configure.ac
index 1c6d86e8..1ba0aab1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 22)
-m4_define(gnome_micro, 0)
+m4_define(gnome_micro, 1)
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