[frogr] Frogr 0.9 released



commit c5f8481ba8f71bb021cc7fefd1ff2af33f49b671
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Fri Jan 17 01:31:30 2014 +0000

    Frogr 0.9 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 e6935c4..42acb38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-0.9 (??)
-========
+0.9 (17 January 2014)
+=====================
 
   * Ported to GStreamer 1.0 (0.10 still supported).
   * Provided a high contrast icon.
diff --git a/debian/changelog b/debian/changelog
index 2c50e48..ebfb354 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-frogr (0.9~unreleased) unstable; urgency=low
+frogr (0.9) unstable; urgency=low
 
   * New upstream release (see NEWS file for details).
   * Package manually generated out of any distro.
 
- -- Mario Sanchez Prada <msanchez gnome org>  Sat, 29 Dec 2012 17:14:36 +0100
+ -- Mario Sanchez Prada <msanchez gnome org>  Fri, 17 Jan 2014 01:40:12 +0000
 
 frogr (0.8) unstable; urgency=low
 
diff --git a/frogr.spec b/frogr.spec
index a3d7127..6b4ce50 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -83,6 +83,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Jan 17 2014 Mario Sanchez Prada <msanchez at, gnome.org> 0.9-0
+- New upstream release (see NEWS file for details).
+- Package manually generated out of any distro.
+
 * Sat Dec 29 2012 Mario Sanchez Prada <msanchez at, gnome.org> 0.8-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 43db22a..6baa9d8 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]