[frogr] Frogr 0.7 released



commit b17f72e3629c50de05a6a9b16731927a5cd21f78
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Tue May 22 02:25:32 2012 +0200

    Frogr 0.7 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 d7416a6..f60b1e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-0.7 (??)
-========
+0.7 (22 May 2012)
+=================
 
   * Migrated to the new, OAuth-based, authentication system. Previous
     versions of frogr using the old API will be seamlessly updated.
diff --git a/debian/changelog b/debian/changelog
index 6fde192..703c0cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-frogr (0.7~unreleased) unstable; urgency=low
+frogr (0.7) unstable; urgency=low
 
   * New upstream release (see NEWS file for details).
   * Package manually generated out of any distro.
 
- -- Mario Sanchez Prada <msanchez igalia com>  Fri, 19 Aug 2011 16:18:33 +0200
+ -- Mario Sanchez Prada <msanchez igalia com>  Tue, 22 May 2012 02:22:40 +0200
 
 frogr (0.6.1) unstable; urgency=low
 
diff --git a/frogr.spec b/frogr.spec
index e3bc246..ec35902 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -75,6 +75,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri May 22 2012 Mario Sanchez Prada <msanchez at, igalia.com> 0.7-0
+- New upstream release (see NEWS file for details).
+- Package manually generated out of any distro.
+
 * Fri Aug 19 2011 Mario Sanchez Prada <msanchez at, igalia.com> 0.6.1-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 4e40985..04965f8 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -95,7 +95,7 @@ frogr_about_dialog_show (GtkWindow *parent)
                                    NULL);
 #endif
 
-  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]