[libgnome-games-support] Prepare 1.8.2



commit c9c7c9eb693c13eaba08ff921b943cfacaf5bf1b
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Fri Oct 29 12:00:34 2021 -0500

    Prepare 1.8.2

 NEWS        | 8 +++++++-
 meson.build | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7f4b894..5599457 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
-1.8.1 - March 22, 2020
+1.8.2 - October 29, 2021
+========================
+
+- Add margins to category bar in scores dialog (!8, Andrey Kutejko)
+- Fix build with latest vala (!9, Rico Tzschichholz)
+
+1.8.1 - March 22, 2021
 ======================
 
 - Updated translations
diff --git a/meson.build b/meson.build
index 9949db1..812ebc4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
     'libgnome-games-support', ['vala', 'c'],
-    version: '1.8.1',
+    version: '1.8.2',
     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.3'
+library_version = '3.0.4'
 soversion = library_version.split('.')[0]
 
 # used to install help


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