-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"); | ||
|