[frogr] Frogr 1.7 released



commit 35840366111bc8f6116d28fc03a3bf4c981368c1
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Wed Feb 16 10:25:29 2022 +0100

    Frogr 1.7 released

 NEWS                                  | 15 +++++++++++++--
 flatpak/org.gnome.frogr-unstable.json |  4 ++--
 src/frogr-about-dialog.c              |  4 ++--
 3 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7f366b1d..6086ba50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
-1.7 (??)
-========
+1.7 (16 Feb 2022)
+=================
+
+  * Fixed build error with Meson 0.61.
+
+New and updated translations:
+
+  * ca (Jordi Mas)
+  * eu (Asier Sarasua Garmendia)
+  * fur (Fabio Tomat)
+  * ro (Florentina Mușat)
+  * uk (Yuri Chornoivan)
+  * zh_CN (Boyuan Yang)
 
 1.6 (10 Jan 2020)
 =================
diff --git a/flatpak/org.gnome.frogr-unstable.json b/flatpak/org.gnome.frogr-unstable.json
index b3ad190f..0d7de4d6 100644
--- a/flatpak/org.gnome.frogr-unstable.json
+++ b/flatpak/org.gnome.frogr-unstable.json
@@ -1,7 +1,7 @@
 {
     "app-id": "org.gnome.frogr",
     "runtime": "org.gnome.Platform",
-    "runtime-version": "master",
+    "runtime-version": "40",
     "sdk": "org.gnome.Sdk",
     "command": "frogr",
     "tags": ["nightly"],
@@ -31,7 +31,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/frogr.git";
+                    "url": "file:///home/mario/work/frogr/frogr"
                 }
             ]
         }
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 10fb3080..fae2fe98 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -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-2020 Mario Sanchez Prada";
+static const gchar *copyright = "(c) 2009-2022 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]