[frogr] Frogr 1.4 released



commit e2322c8f99f9d3a3cdc020b79c6c7224ad1988d0
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Thu Dec 28 00:11:19 2017 +0100

    Frogr 1.4 released

 NEWS                     |    4 ++--
 src/frogr-about-dialog.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 67a8e2c..563ecab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-1.4 (??)
-========
+1.4 (28 Dec 2017)
+=================
 
   * Migrated to the meson and ninja, removed all the autotools files.
   * Fixed integration with GNOME Software (appstream data).
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index c4bc157..16776fb 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]