summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-04-25 07:23:44 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-04-25 07:23:44 -0400
commite07ecfdafd06c9b1ca14e16138d79ac393beba46 (patch)
treea09c4ca79fdf20a5c17e062e41def02ca85a9216
parent1329895396bae1999a9a90d0b27fe260e4a0d693 (diff)
downloadgnome-desktop-3.25.1.tar.gz
3.25.13.25.1
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 50c9fe3b..f01159e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
==============
+Version 3.25.1
+==============
+
+- wallclock: don't update needlessly (#780861)
+- wallclock: am/pm is always available now (#780877)
+- Translation updates
+
+==============
Version 3.24.0
==============
diff --git a/configure.ac b/configure.ac
index 800d3a1a..d76f0f2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
-m4_define(gnome_minor, 24)
-m4_define(gnome_micro, 0)
+m4_define(gnome_minor, 25)
+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