summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2017-07-17 15:10:59 +0200
committerJakub Steiner <jimmac@gmail.com>2017-07-17 15:14:30 +0200
commit6c82a155a1f85cde51dd7d7709ebffb2e1222c88 (patch)
tree0251ef816d0ea4e80eb8405e9cdec6dfddf6cf4d
parent1e4bec09391f4a07d92000a85b4ed9f9821d9f84 (diff)
downloadgnome-backgrounds-6c82a155a1f85cde51dd7d7709ebffb2e1222c88.tar.gz
prepare for 3.25.4 release3.25.4
-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'
)