[frogr] Frogr 1.6 released



commit 774eb3cacc229a0944e0094dafbdfab93e9352bc
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Fri Jan 10 23:37:55 2020 +0100

    Frogr 1.6 released

 NEWS                     | 20 ++++++++++++++++++--
 src/frogr-about-dialog.c |  6 +++---
 2 files changed, 21 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index e8a5d12..949f580 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
-1.6 (??)
-========
+1.6 (10 Jan 2020)
+=================
+
+  * Remove deprecated use of GTimeVal
+
+New and updated translations:
 
+  * ca (Carles Ferrando Garcia, Jordi Mas)
+  * cs (Marek Černocký)
+  * da (Alan Mortensen)
+  * eu (Asier Sarasua Garmendia)
+  * fur (Fabio Tomat)
+  * hu (Balázs Úr)
+  * id (Kukuh Syafaat)
+  * nl (Nathan Follens)
+  * pl (Piotr Drąg)
+  * sl (Matej Urbančič)
+  * sr (Марко М. Костић)
+  * tr (Emin Tufan Çetin, Sabri Ünal)
 
 1.5 (24 Nov 2018)
 =================
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 8bcfced..4ceac45 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -1,7 +1,7 @@
 /*
  * frogr-about-dialog.c -- About dialog
  *
- * Copyright (C) 2009-2018 Mario Sanchez Prada
+ * Copyright (C) 2009-2020 Mario Sanchez Prada
  * Authors: Mario Sanchez Prada <msanchez gnome org>
  *
  * This program is free software; you can redistribute it and/or
@@ -41,7 +41,7 @@ static const gchar *artists[] = {
 };
 
 static const gchar *appdescr = N_("A Flickr Remote Organizer for GNOME\n");
-static const gchar *copyright = "(c) 2009-2017 Mario Sanchez Prada";
+static const gchar *copyright = "(c) 2009-2020 Mario Sanchez Prada";
 static const gchar *website = "http://wiki.gnome.org/Apps/Frogr";;
 
 void
@@ -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]