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



commit ce1125a4743d203df2432607307d060c391c4f7a
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Sep 12 14:47:13 2020 +0200

    Prepare 3.38.0.

 NEWS                                        | 20 ++++++++++++++++++++
 data/org.gnome.Four-in-a-row.appdata.xml.in |  2 +-
 meson.build                                 |  2 +-
 3 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e8c9549..97ff837 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+3.38.0 - September 12, 2020
+=============================
+
+New stable release! A last minute translation bug has
+been fixed. Other than that this cycle has been cool.
+
+Translations updated (since 3.37.91):
+  Catalan: Jordi Mas
+  Danish: Ask Hjorth Larsen
+  French: Thibault Martin
+  German: Mario Blättermann
+  Greek: Efstathios Iosifidis
+  Hungarian: Balázs Meskó
+  Italian: Milo Casagrande
+  Korean: Seong-ho Cho
+  Persian: Danial Behzadi
+  Polish: Piotr Drąg
+  Serbian: Марко Костић
+  Slovak: Dušan Kazik
+
 3.37.91 - August 28, 2020
 =============================
 
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 6aaa254..23017c9 100644
--- a/data/org.gnome.Four-in-a-row.appdata.xml.in
+++ b/data/org.gnome.Four-in-a-row.appdata.xml.in
@@ -66,7 +66,7 @@
 
   ​<releases>
     <!-- should be kept in versioning inverted order -->
+    <release version="3.38.0" date="2020-09-12" type="stable" urgency="medium"/>
   ​  <release version="3.37.91" date="2020-08-28" type="development" urgency="low"/>
-    <release version="3.36.3" date="2020-05-30" type="stable" urgency="medium"/>
   </releases>
 </component>
diff --git a/meson.build b/meson.build
index ee44966..33642ad 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('four-in-a-row', 'c', 'vala',
-    version: '3.37.91'
+    version: '3.38.0'
 )
 
 project_id = 'org.gnome.Four-in-a-row'


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