[frogr] Frogr 0.5 released



commit 43bda58fb36a07a9ca8a7364180881de9cb7f225
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Fri May 27 00:39:45 2011 +0200

    Frogr 0.5 released

 NEWS                     |    4 ++--
 debian/changelog         |    2 +-
 src/frogr-about-dialog.c |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index b370b03..90404c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-0.5 (??)
-========
+0.5 (27 May 2011)
+=================
 
   * Allow loading files from remote servers (use URIs instead of paths).
   * Show username instead of full name in the UI, which is more useful.
diff --git a/debian/changelog b/debian/changelog
index d02151e..5a6c42c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-frogr (0.5~unreleased) unstable; urgency=low
+frogr (0.5) unstable; urgency=low
 
   * New upstream release
   * Allow loading files from remote servers (use URIs instead of paths).
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index e5a479f..294aa62 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]