[frogr] Frogr 1.1 released



commit 6879c71bbd0cb2d27a1ef0f69e81c5211c680b83
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Tue Oct 4 23:47:09 2016 +0100

    Frogr 1.1 released

 NEWS                     |    4 ++--
 debian/changelog         |    4 ++--
 frogr.spec               |    4 ++++
 src/frogr-about-dialog.c |    2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index d31ca7e..271c9c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-1.1 (??)
-========
+1.1 (4 Oct 2016)
+================
 
   * Added flatpak support.
   * Improved content inside the AppData file.
diff --git a/debian/changelog b/debian/changelog
index 47ec671..0f4845c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-frogr (1.1~unreleased) unstable; urgency=low
+frogr (1.1) unstable; urgency=low
 
   * New upstream release (see NEWS file for details).
   * Package manually generated out of any distro.
 
- -- Mario Sanchez Prada <msanchez gnome org>  Wed, 30 Dec 2015 01:43:30 +0000
+ -- Mario Sanchez Prada <msanchez gnome org>  Tue, 04 Oct 2016 23:43:18 +0100
 
 frogr (1.0) unstable; urgency=low
 
diff --git a/frogr.spec b/frogr.spec
index 0159f0d..2e8d4a0 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -83,6 +83,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue 04 Oct 2016 Mario Sanchez Prada <msanchez at, gnome.org> 1.1-0
+- New upstream release (see NEWS file for details).
+- Package manually generated out of any distro.
+
 * Wed Dec 30 2015 Mario Sanchez Prada <msanchez at, gnome.org> 1.0-0
 - New upstream release (see NEWS file for details).
 - Package manually generated out of any distro.
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 9e796bd..5e02965 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~unreleased", VERSION);
+  version = g_strdup_printf ("%s", 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]