Prepare for 0.4 release

This commit is contained in:
Marvin W 2023-02-07 21:03:55 +01:00 committed by Xavier Del Campo Romero
parent 7a325ebf90
commit cc6d8d5930
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -275,6 +275,7 @@ public class Dino.Ui.Application : Gtk.Application, Dino.Application {
switch (version.substring(0, 3)) {
case "0.2": version = @"$version - <span font_style='italic'>Mexican Caribbean Coral Reefs</span>"; break;
case "0.3": version = @"$version - <span font_style='italic'>Theikenmeer</span>"; break;
case "0.4": version = @"$version - <span font_style='italic'>Ilulissat</span>"; break;
}
}
Gtk.AboutDialog dialog = new Gtk.AboutDialog();