[frogr] Prepare for the next release



commit d873ecb96ef76a587a70b1377269c0c1ee6760bc
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Thu Dec 28 00:27:49 2017 +0100

    Prepare for the next release

 NEWS                     |    4 ++++
 frogr.doap               |    8 ++++++++
 meson.build              |    2 +-
 src/frogr-about-dialog.c |    2 +-
 4 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 563ecab..9a41a3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.5 (??)
+========
+
+
 1.4 (28 Dec 2017)
 =================
 
diff --git a/frogr.doap b/frogr.doap
index f937264..ceb953c 100644
--- a/frogr.doap
+++ b/frogr.doap
@@ -35,6 +35,14 @@
 
   <release>
     <Version>
+      <revision>1.4</revision>
+      <created>2017-12-28</created>
+      <file-release rdf:resource="https://download.gnome.org/sources/frogr/1.4/frogr-1.4.tar.xz"/>
+    </Version>
+  </release>
+
+  <release>
+    <Version>
       <revision>1.3</revision>
       <created>2017-05-20</created>
       <file-release rdf:resource="https://download.gnome.org/sources/frogr/1.3/frogr-1.3.tar.xz"/>
diff --git a/meson.build b/meson.build
index 3f0214e..4f450df 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('frogr', 'c',
-        version: '1.4',
+        version: '1.5',
         license: 'GPL3',
         default_options: [
             'warnlevel=2',
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 16776fb..c4bc157 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]