summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-04-11 09:07:10 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-04-11 09:07:10 -0400
commitc081de0bf27e9d9bd0f3fe2e93fdb1cfaf4f2e68 (patch)
treee0e4bc5d46c09b509a9abfaabbaab9e6a2f705bd
parent0a36b9f1259ebef841b48c2190564fca056a7bf4 (diff)
downloadgnome-desktop-c081de0bf27e9d9bd0f3fe2e93fdb1cfaf4f2e68.tar.gz
3.20.13.20.1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7a0a836b..ad506b57 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
================
+Version 3.20.1
+================
+
+- No changes
+
+================
Version 3.20.0
================
diff --git a/configure.ac b/configure.ac
index 2826a3b2..a0f18e92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 20)
-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