[frogr] Prepare for the next release



commit d7cea5bf4fb4970b871d6c65b30dd4fcc78b6108
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Sat May 20 23:47:05 2017 +0100

    Prepare for the next release

 NEWS                     |    4 ++++
 configure.ac             |    2 +-
 frogr.doap               |    8 ++++++++
 src/frogr-about-dialog.c |    2 +-
 4 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index df16721..66c6c49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.4 (??)
+========
+
+
 1.3 (20 May 2017)
 =================
 
diff --git a/configure.ac b/configure.ac
index 29a0281..770cfb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([frogr], [1.3], [msanchez gnome org])
+AC_INIT([frogr], [1.4], [msanchez gnome org])
 AM_INIT_AUTOMAKE([1.11 foreign])
 AC_PROG_CC
 AC_PROG_RANLIB
diff --git a/frogr.doap b/frogr.doap
index db7b035..f937264 100644
--- a/frogr.doap
+++ b/frogr.doap
@@ -35,6 +35,14 @@
 
   <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"/>
+    </Version>
+  </release>
+
+  <release>
+    <Version>
       <revision>1.2</revision>
       <created>2016-10-05</created>
       <file-release rdf:resource="https://download.gnome.org/sources/frogr/1.2/frogr-1.2.tar.xz"/>
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index c38bb2a..df53bfe 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -56,7 +56,7 @@ frogr_about_dialog_show (GtkWindow *parent)
   logo = gdk_pixbuf_new_from_file (icon_full_path, NULL);
   g_free (icon_full_path);
 
-  version = g_strdup_printf ("%s", VERSION);
+  version = g_strdup_printf ("%s~unreleased", 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]