[gnome-desktop] 40.beta



commit fb79d004ec725719a44183ddb18a19cda6f8e277
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sat Feb 20 20:36:26 2021 +0100

    40.beta

 NEWS        | 7 +++++++
 meson.build | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 946e9785..2f41ad17 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+===============
+Version 40.beta
+===============
+
+- xkbinfo: Update iso639Ids but not iso3166Ids correctly in evdev
+- Translation updates
+
 ==============
 Version 40.alpha
 ==============
diff --git a/meson.build b/meson.build
index d4d5ad68..e982419f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-desktop', 'c',
   meson_version: '>= 0.49.0',
-  version: '40.alpha.0',
+  version: '40.beta',
   license: ['GPL2+', 'LGPL2+']
 )
 
@@ -14,7 +14,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 = '19.1.0'
+libversion = '19.1.1'
 soversion = libversion.split('.')[0]
 
 gdk_pixbuf_req = '>= 2.36.5'
@@ -109,7 +109,7 @@ version_conf = configuration_data()
 
 version_conf.set('GNOME_PLATFORM', version_array[0])
 version_conf.set('GNOME_MINOR', version_array[1])
-version_conf.set('GNOME_MICRO', version_array[2])
+version_conf.set('GNOME_MICRO', 0)
 version_conf.set('GNOME_DISTRIBUTOR', get_option('gnome_distributor'))
 
 if get_option('date_in_gnome_version')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]