Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
cfgnunes committed May 1, 2024
1 parent df5f407 commit b56866d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wxmp3gain (4.1~ppa1~jammy) focal; urgency=low
wxmp3gain (4.1~ppa1~jammy) jammy; urgency=low

* PPA upload.

Expand Down
1 change: 1 addition & 0 deletions packaging/windows/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>");
const wxString APP_COPYRIGHT = _T("(C) 2012-2024 Cristiano Fraga G. Nunes <[email protected]>");
const wxString APP_WEBSITE = _T("https://github.com/cfgnunes/wxmp3gain");

const wxString APP_TOOL_EXECUTABLE = _T("mp3gain");
Expand Down

0 comments on commit b56866d

Please sign in to comment.