summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ae68bb1..d842333 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
===============
+Version 3.25.5
+===============
+- new build system (Florian)
+- drop translations (not exposed in the UI)
+- 3.26 defaults
+
+===============
Version 3.24.0
Version 3.23.91
===============
diff --git a/configure.ac b/configure.ac
index 560ab87..a0bdceb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([gnome-backgrounds],
- [3.24.0],
+ [3.25.4],
[http://bugzilla.gnome.org/browse.cgi?product=gnome-backgrounds],
[gnome-backgrounds])
diff --git a/meson.build b/meson.build
index f0b210b..6cd6997 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-backgrounds',
- version: '3.24.0',
+ version: '3.25.4',
meson_version: '>= 0.41.0'
)