[four-in-a-row] Prepare 3.33.90.



commit 5323794a35ad650c6bcb3ed12598afcf45a03e3c
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Aug 6 08:50:01 2019 +0200

    Prepare 3.33.90.

 NEWS                                        | 11 +++++++++++
 data/org.gnome.Four-in-a-row.appdata.xml.in |  1 +
 meson.build                                 |  2 +-
 3 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index e37f462..bd97982 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+3.33.90 - August 6, 2019
+========================
+
+Nothing really new in the code. Packagers should note
+that the GSound library replaced the LibCanberra one.
+
+Updated translations:
+  Croatian: Goran Vidović
+  Danish: Ask Hjorth Larsen
+  German: Mario Blättermann
+
 3.32.0 - March 11, 2019
 =======================
 
diff --git a/data/org.gnome.Four-in-a-row.appdata.xml.in b/data/org.gnome.Four-in-a-row.appdata.xml.in
index ee424d5..366b869 100644
--- a/data/org.gnome.Four-in-a-row.appdata.xml.in
+++ b/data/org.gnome.Four-in-a-row.appdata.xml.in
@@ -65,6 +65,7 @@
   </content_rating>
 
   ​<releases>
+  ​  <release version="3.33.90" date="2019-08-06" type="development" urgency="low"/>
     <release version="3.32.0" date="2019-03-11" type="stable" urgency="medium"/>
   </releases>
 </component>
diff --git a/meson.build b/meson.build
index 73ff0cc..5249ae9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('four-in-a-row', 'c', 'vala',
-    version: '3.32.0'
+    version: '3.33.90'
 )
 
 add_global_arguments('-DGETTEXT_PACKAGE="@0@"'.format (meson.project_name()), language: 'c')


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