[frogr] Frogr 1.5 released



commit 2f4ae562fbc8c99dd0ac8c4ee5039ed87a06ec43
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Sat Nov 24 23:25:51 2018 +0100

    Frogr 1.5 released

 NEWS                     | 4 ++--
 src/frogr-about-dialog.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index e8c5414..1239b34 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-1.5 (??)
-========
+1.5 (24 Nov 2018)
+=================
   * Introduced "empty" initial state for when no pictures have been loaded yet.
   * Fixed issues with the content and installation of the AppData file.
   * Stopped installing frogr as a MIME handler for text/plain and text/html.
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 8bcfced..3f0fb5d 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -54,7 +54,7 @@ frogr_about_dialog_show (GtkWindow *parent)
   icon_full_path = g_strdup_printf ("%s/" ABOUT_DIALOG_ICON,
                                    frogr_util_get_icons_dir ());
   logo = gdk_pixbuf_new_from_file (icon_full_path, NULL);
-  version = g_strdup_printf ("%s~unreleased", PACKAGE_VERSION);
+  version = g_strdup_printf ("%s", PACKAGE_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]