summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2017-09-12 15:47:29 +0200
committerCarlos Soriano <csoriano@gnome.org>2017-09-12 15:47:29 +0200
commit69942c754ea4e45ab0d32bcbc9e29f1c08da8990 (patch)
tree07887ad5cbf63d792c259ee42c1443b6e0e573c2
parentbcdf562cf4ed125702db53a684f5e6a55e953731 (diff)
downloadnautilus-69942c754ea4e45ab0d32bcbc9e29f1c08da8990.tar.gz
release: Prepare for 3.26.03.26.0
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1b92cfc3b..b8b32b191 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 3.26.0:
+* Translations
+
Major changes in 3.25.92:
* Fix desktop file parsing errors (Jeremy Bicha)
* Bump GTK+ dependency version to 3.22.6 (António Fernandes)
diff --git a/meson.build b/meson.build
index 68eeedae3..0816d745f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('nautilus', 'c',
- version: '3.25.92',
+ version: '3.26.0',
meson_version: '>=0.40.0',
license: 'GPL3+')