summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--meson.build4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b6bd6650..8beac2c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+===============
+Version 44.beta
+===============
+- Add GnomeWallClock:force-seconds property
+- Translation updates
+
============
Version 43.1
============
diff --git a/meson.build b/meson.build
index 8a333f2f..10b9ce62 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.56.2',
- version: '43.1',
+ version: '44.beta',
license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
default_options: [
'c_std=gnu99',
@@ -17,7 +17,7 @@ project('gnome-desktop', 'c',
# to 0. When bumping the second version, set the third one to zero.
#
# A lot easier than libtool, right?
-libversion = '2.0.2'
+libversion = '2.1.0'
soversion = libversion.split('.')[0]
# Compatibility versions for libgnome-desktop-3