From cc6d8d5930769e48df8b604622afaae93cdaa8ff Mon Sep 17 00:00:00 2001 From: Marvin W Date: Tue, 7 Feb 2023 21:03:55 +0100 Subject: Prepare for 0.4 release --- README.md | 2 +- main/src/ui/application.vala | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad1cf9fe..6950de7f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ also benefit us when backporting relevant bugfixes and improvements. ## License Dino - Modern Jabber/XMPP Client using GTK+/Vala - Copyright (C) 2016-2022 Dino contributors + Copyright (C) 2016-2023 Dino contributors Copyright (C) 2022-2023 Xavier Del Campo Romero This program is free software: you can redistribute it and/or modify diff --git a/main/src/ui/application.vala b/main/src/ui/application.vala index 2a4fdd33..91d4dec4 100644 --- a/main/src/ui/application.vala +++ b/main/src/ui/application.vala @@ -275,6 +275,7 @@ public class Dino.Ui.Application : Gtk.Application, Dino.Application { switch (version.substring(0, 3)) { case "0.2": version = @"$version - Mexican Caribbean Coral Reefs"; break; case "0.3": version = @"$version - Theikenmeer"; break; + case "0.4": version = @"$version - Ilulissat"; break; } } Gtk.AboutDialog dialog = new Gtk.AboutDialog(); -- cgit v1.2.3