From b56866dddc1e42870b67b8d6ddd7b50e1990887c Mon Sep 17 00:00:00 2001 From: Cristiano Nunes Date: Wed, 1 May 2024 19:35:49 -0300 Subject: [PATCH] Update files --- CMakeLists.txt | 2 +- debian/changelog | 2 +- packaging/windows/installer.iss | 1 + src/Constants.hpp | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af08e4c..8f4d7be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ if(UNIX) string(TIMESTAMP CMAKE_CURRENT_TIMESTAMP "%a, %d %b %Y %H:%M:%S" UTC) # Set 'distro' - set(CMAKE_DEBIAN_NAME "focal") + set(CMAKE_DEBIAN_NAME "jammy") # Set 'build depends' set(CMAKE_DEBIAN_BUILD_DEPENDS "debhelper (>= 10), libwxgtk3.0-gtk3-dev | libwxgtk3.0-dev | libwxgtk2.8-dev, cmake") diff --git a/debian/changelog b/debian/changelog index 5d795a9..34424c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -wxmp3gain (4.1~ppa1~jammy) focal; urgency=low +wxmp3gain (4.1~ppa1~jammy) jammy; urgency=low * PPA upload. diff --git a/packaging/windows/installer.iss b/packaging/windows/installer.iss index ee3e3d4..45c6abc 100644 --- a/packaging/windows/installer.iss +++ b/packaging/windows/installer.iss @@ -33,6 +33,7 @@ Name: "german"; MessagesFile: "compiler:Languages\German.isl" Name: "japanese"; MessagesFile: "compiler:Languages\Japanese.isl" Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl" Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl" +Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl" Name: "turkish"; MessagesFile: "compiler:Languages\Turkish.isl" [Tasks] diff --git a/src/Constants.hpp b/src/Constants.hpp index 153e9a3..a447200 100644 --- a/src/Constants.hpp +++ b/src/Constants.hpp @@ -15,7 +15,7 @@ const wxString APP_NAME = _T("wxMP3gain"); const wxString APP_VERSION = _T("4.1"); const wxString APP_NAME_WITH_VERSION = APP_NAME + _T(" v") + APP_VERSION; -const wxString APP_COPYRIGHT = _T("(C) 2012-2022 Cristiano Fraga G. Nunes "); +const wxString APP_COPYRIGHT = _T("(C) 2012-2024 Cristiano Fraga G. Nunes "); const wxString APP_WEBSITE = _T("https://github.com/cfgnunes/wxmp3gain"); const wxString APP_TOOL_EXECUTABLE = _T("mp3gain");