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



commit eb603808008329261168d34977a9393cb425eeca
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sun Feb 2 06:33:51 2020 +0100

    Prepare 3.35.90.

 NEWS                                        | 18 ++++++++++++++++++
 data/org.gnome.Four-in-a-row.appdata.xml.in |  2 +-
 meson.build                                 |  2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f9d6ef0..5d6bbc2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+3.35.90 - February 2, 2020
+=============================
+
+The Game button now indicates who is the next player, as in Reversi (aka Iagno).
+There is now a command-line option for targeting a different line length than 4.
+
+Translations updated:
+  Basque: Asier Sarasua Garmendia
+  Friulian: Fabio Tomat
+  Indonesian: Sucipto
+  Japanese: sicklylife
+  Malay: Umarzuki Bin Mochlis Moktar
+  Brazilian Portuguese: Rafael Fontenelle
+  Slovak: Dušan Kazik
+  Spanish: Daniel Mustieles
+  Swedish: Anders Jonsson
+  Turkish: Sabri Ünal
+
 3.35.3 - January 6, 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 8b266b5..8906d38 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 versionning inverted order -->
-  ​  <release version="3.35.3" date="2020-01-06" type="development" urgency="low"/>
+  ​  <release version="3.35.90" date="2020-02-02" type="development" urgency="low"/>
     <release version="3.34.3" date="2020-01-06" type="stable" urgency="medium"/>
   </releases>
 </component>
diff --git a/meson.build b/meson.build
index b55c2ef..ead17b4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('four-in-a-row', 'c', 'vala',
-    version: '3.35.3'
+    version: '3.35.90'
 )
 
 project_id = 'org.gnome.Four-in-a-row'


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