[frogr] Frogr 0.8 released



commit eceda686063e8c81893b11d09c3b93831b08ecd0
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Sat Dec 29 16:55:59 2012 +0100

    Frogr 0.8 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 8f8b7ba..fdd6112 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-0.8 (??)
-========
+0.8 (29 Dec 2012)
+=================
 
   * Added support for uploading videos (formats supported by Flickr only).
   * Added new 'All' and 'Video' filters to the file chooser dialog.
diff --git a/debian/changelog b/debian/changelog
index 2764e1a..1e8060d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-frogr (0.8~unreleased) unstable; urgency=low
+frogr (0.8) 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, 22 May 2012 02:36:18 +0200
+ -- Mario Sanchez Prada <msanchez gnome org>  Sat, 29 Dec 2012 16:39:12 +0100
 
 frogr (0.7) unstable; urgency=low
 
diff --git a/frogr.spec b/frogr.spec
index b920a50..baaf572 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -82,6 +82,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* 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.
+
 * Tue May 22 2012 Mario Sanchez Prada <msanchez at, gnome.org> 0.7-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 fc614d4..06cb0d7 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]