[frogr] Prepare for the next release



commit 44f51515c16a7b75a61b21b73dabc837b144e3ba
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Wed Feb 16 10:39:08 2022 +0100

    Prepare for the next release

 NEWS                                |  3 +++
 data/org.gnome.frogr.appdata.xml.in | 10 ++++++++++
 frogr.doap                          |  8 ++++++++
 meson.build                         |  2 +-
 src/frogr-about-dialog.c            |  2 +-
 5 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6086ba50..7a0c975c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+1.8 (??)
+========
+
 1.7 (16 Feb 2022)
 =================
 
diff --git a/data/org.gnome.frogr.appdata.xml.in b/data/org.gnome.frogr.appdata.xml.in
index 75ec2af0..46f136d8 100644
--- a/data/org.gnome.frogr.appdata.xml.in
+++ b/data/org.gnome.frogr.appdata.xml.in
@@ -65,6 +65,16 @@
     <content_attribute id="money-gambling">none</content_attribute>
   </content_rating>
   <releases>
+    <release version="1.7" date="2022-02-16">
+      <url>https://gitlab.gnome.org/GNOME/frogr/blob/master/NEWS</url>
+      <artifacts>
+        <artifact type="source">
+          <location>https://download.gnome.org/sources/frogr/1.7/frogr-1.7.tar.xz</location>
+          <checksum type="sha256">7507ce92001c6f1faa4e7c57513d9fa14da90051e6c26a14f34aaa9801625df9</checksum>
+          <size type="download">2247476</size>
+        </artifact>
+      </artifacts>
+    </release>
     <release version="1.6" date="2020-01-10">
       <url>https://gitlab.gnome.org/GNOME/frogr/blob/master/NEWS</url>
       <artifacts>
diff --git a/frogr.doap b/frogr.doap
index e72d1745..a128ac8c 100644
--- a/frogr.doap
+++ b/frogr.doap
@@ -31,6 +31,14 @@
     </GitRepository>
   </repository>
 
+  <release>
+    <Version>
+      <revision>1.7</revision>
+      <created>2022-02-16</created>
+      <file-release rdf:resource="https://download.gnome.org/sources/frogr/1.7/frogr-1.7.tar.xz"/>
+    </Version>
+  </release>
+
   <release>
     <Version>
       <revision>1.6</revision>
diff --git a/meson.build b/meson.build
index 2cb35c8f..53c23e53 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('frogr', 'c',
-        version: '1.7',
+        version: '1.8',
         license: 'GPL3',
         default_options: [
             'warning_level=1',
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index fae2fe98..39f3af5a 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -54,7 +54,7 @@ frogr_about_dialog_show (GtkWindow *parent)
   icon_full_path = g_strdup_printf ("%s/" ABOUT_DIALOG_ICON,
                                    frogr_util_get_icons_dir ());
   logo = gdk_pixbuf_new_from_file (icon_full_path, NULL);
-  version = g_strdup_printf ("%s", PACKAGE_VERSION);
+  version = g_strdup_printf ("%s~unreleased", PACKAGE_VERSION);
 
   /* Show about dialog */
   gtk_show_about_dialog (GTK_WINDOW (parent),


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