summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bceab80..860326a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
===============
+Version 3.27.90
+===============
+
+- new build system
+- new defaults
+- new supplemental additions
+
+===============
Version 3.26.2
===============
diff --git a/meson.build b/meson.build
index a73a2e3..e0ce030 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-backgrounds',
- version: '3.26.2',
+ version: '3.27.90',
meson_version: '>= 0.41.0'
)