[frogr] Frogr 0.11 released



commit 47759bf7ece21c3be57d72a07808d12522456642
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Wed Jan 7 23:42:09 2015 +0000

    Frogr 0.11 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 8b42060..f40474d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-0.11 (??)
-=========
+0.11 (7 Jan 2015)
+=================
 
   * Moved to GtkHeaderBar plus a new menu button for GTK+ >= 3.12.
   * Added new option to replace "date posted" with "date taken" for new uploads.
diff --git a/debian/changelog b/debian/changelog
index 315e295..5398ec3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-frogr (0.11~unreleased) unstable; urgency=low
+frogr (0.11) unstable; urgency=low
 
   * New upstream release (see NEWS file for details).
   * Package manually generated out of any distro.
 
- -- Mario Sanchez Prada <msanchez gnome org>  Tue, 17 Jun 2014 00:32:18 +0100
+ -- Mario Sanchez Prada <msanchez gnome org>  Wed, 07 Jan 2015 23:27:10 +0000
 
 frogr (0.10) unstable; urgency=low
 
diff --git a/frogr.spec b/frogr.spec
index 5997240..fb9f0a6 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -84,6 +84,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Jan 7 2015 Mario Sanchez Prada <msanchez at, gnome.org> 0.11-0
+- New upstream release (see NEWS file for details).
+- Package manually generated out of any distro.
+
 * Fri Jun 17 2014 Mario Sanchez Prada <msanchez at, gnome.org> 0.10-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 20bc767..b576143 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]