[libgnome-games-support] Prepare 1.6.0



commit d98e84f67218c50bd82acac6a3b8e41e80942343
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Mar 5 15:34:14 2020 -0600

    Prepare 1.6.0

 NEWS        | 5 +++++
 meson.build | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f9b9574..62b4633 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.6.0 - March 5, 2020
+=====================
+
+- Updated translations
+
 1.5.90 - January 3, 2020
 ========================
 
diff --git a/meson.build b/meson.build
index c85b1f1..539a30c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
     'libgnome-games-support', ['vala', 'c'],
-    version: '1.5.90',
+    version: '1.6.0',
     license: 'LGPLv3+',
     meson_version: '>= 0.50.0',
 )
@@ -15,7 +15,7 @@ project(
 # to 0. When bumping the second version, set the third one to zero.
 #
 # A lot easier than libtool, right?
-library_version = '3.0.2'
+library_version = '3.0.3'
 soversion = library_version.split('.')[0]
 
 # used to install help


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