summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-03-02 09:38:19 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-03-02 09:38:19 -0500
commit8052f8fa647fb24d603c0590590c3043f2d68cf3 (patch)
tree323007ae55c72bd1ae70ca3a795019718e4e2323
parentc35e6f1cb1766f660478e8e74bf9f28912266c18 (diff)
downloadgnome-desktop-8052f8fa647fb24d603c0590590c3043f2d68cf3.tar.gz
3.15.913.15.91
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 01618070..36c2bc83 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
================
+Version 3.15.91
+================
+
+ - No changes
+
+================
Version 3.15.90
================
diff --git a/configure.ac b/configure.ac
index 766d328d..fe658208 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 15)
-m4_define(gnome_micro, 90)
+m4_define(gnome_micro, 91)
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