[frogr] Frogr 1.3 released



commit c91caafa02f94c60e800aa79408bc6fb60b1b026
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Sat May 20 23:37:39 2017 +0100

    Frogr 1.3 released

 NEWS                     |    4 ++--
 src/frogr-about-dialog.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7d292dd..df16721 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-1.3 (??)
-========
+1.3 (20 May 2017)
+=================
 
   * Fixed issues resulting in broken flatpak installations.
   * Search for gcrypt using pkg-config if a .pc file is available.
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index df53bfe..c38bb2a 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]