[libgnome-games-support] Prepare 1.5.90



commit ceeae98c69658d30b1fef7a5bac7e2260f532ed1
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Jan 3 23:03:09 2020 -0600

    Prepare 1.5.90

 NEWS        | 5 +++++
 meson.build | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 666541e..f9b9574 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.5.90 - January 3, 2020
+========================
+
+- Replace autotools buildsystem with meson (Arnaud B.)
+
 1.4.4 - September 2, 2019
 =========================
 
diff --git a/meson.build b/meson.build
index 8aad65e..c85b1f1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
     'libgnome-games-support', ['vala', 'c'],
-    version: '1.4.4',
+    version: '1.5.90',
     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.1'
+library_version = '3.0.2'
 soversion = library_version.split('.')[0]
 
 # used to install help


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