[frogr] Prepare for the next release
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Prepare for the next release
- Date: Fri, 10 Jan 2020 22:47:48 +0000 (UTC)
commit 933f9a96f8235ec7cc7966ad664254d45a09a86b
Author: Mario Sanchez Prada <msanchez gnome org>
Date: Fri Jan 10 23:47:02 2020 +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 949f580..7f366b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+1.7 (??)
+========
+
1.6 (10 Jan 2020)
=================
diff --git a/data/org.gnome.frogr.appdata.xml.in b/data/org.gnome.frogr.appdata.xml.in
index bc363ca..75ec2af 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.6" date="2020-01-10">
+ <url>https://gitlab.gnome.org/GNOME/frogr/blob/master/NEWS</url>
+ <artifacts>
+ <artifact type="source">
+ <location>https://download.gnome.org/sources/frogr/1.6/frogr-1.6.tar.xz</location>
+ <checksum type="sha256">3f0065faf4f3b8ce0c1fc9d59b229a8ac16f96f5e86a1280f6d9fe8cebb82ed3</checksum>
+ <size type="download">2240748</size>
+ </artifact>
+ </artifacts>
+ </release>
<release version="1.5" date="2018-11-24">
<url>https://gitlab.gnome.org/GNOME/frogr/blob/master/NEWS</url>
<artifacts>
diff --git a/frogr.doap b/frogr.doap
index 54ecbb6..dbe2c54 100644
--- a/frogr.doap
+++ b/frogr.doap
@@ -31,6 +31,14 @@
</GitRepository>
</repository>
+ <release>
+ <Version>
+ <revision>1.6</revision>
+ <created>2020-01-10</created>
+ <file-release rdf:resource="https://download.gnome.org/sources/frogr/1.6/frogr-1.6.tar.xz"/>
+ </Version>
+ </release>
+
<release>
<Version>
<revision>1.5</revision>
diff --git a/meson.build b/meson.build
index f57f693..66dd108 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('frogr', 'c',
- version: '1.6',
+ version: '1.7',
license: 'GPL3',
default_options: [
'warnlevel=2',
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 4ceac45..10fb308 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]