[gnome-desktop] meson.build: Update for 40.rc



commit 0f92b5e5e966cc491c5b8314f71291861a6932e9
Author: Javier Jardón <jjardon gnome org>
Date:   Sat Sep 4 15:54:09 2021 +0100

    meson.build: Update for 40.rc

 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index b12db648..deab0a99 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-desktop', 'c',
   meson_version: '>= 0.49.0',
-  version: '41.beta',
+  version: '41.rc',
   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.5'
+libversion = '19.1.6'
 soversion = libversion.split('.')[0]
 
 gdk_pixbuf_req = '>= 2.36.5'


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