[frogr] Prepare for the next release



commit d50e9d3242984522dcbe6eb6e4e01d5c887293dc
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Sat Nov 24 23:33:21 2018 +0100

    Prepare for the next release

 NEWS                     | 5 +++++
 frogr.doap               | 8 ++++++++
 meson.build              | 2 +-
 src/frogr-about-dialog.c | 2 +-
 4 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1239b34..e8a5d12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
+1.6 (??)
+========
+
+
 1.5 (24 Nov 2018)
 =================
+
   * Introduced "empty" initial state for when no pictures have been loaded yet.
   * Fixed issues with the content and installation of the AppData file.
   * Stopped installing frogr as a MIME handler for text/plain and text/html.
diff --git a/frogr.doap b/frogr.doap
index d31e583..1d80c6f 100644
--- a/frogr.doap
+++ b/frogr.doap
@@ -33,6 +33,14 @@
 
   <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=frogr"; />
 
+  <release>
+    <Version>
+      <revision>1.5</revision>
+      <created>2018-11-24</created>
+      <file-release rdf:resource="https://download.gnome.org/sources/frogr/1.5/frogr-1.5.tar.xz"/>
+    </Version>
+  </release>
+
   <release>
     <Version>
       <revision>1.4</revision>
diff --git a/meson.build b/meson.build
index c80a6ae..c5e173d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('frogr', 'c',
-        version: '1.5',
+        version: '1.6',
         license: 'GPL3',
         default_options: [
             'warnlevel=2',
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 3f0fb5d..8bcfced 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]