Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Jan 16, 2024
1 parent f24986c commit 277f7fc
Show file tree
Hide file tree
Showing 2 changed files with 775 additions and 774 deletions.
4 changes: 2 additions & 2 deletions application/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ int main(int argc, char* argv[]) {
a.addLibraryTranslator(LIBTHEFRISBEE_TRANSLATOR);
a.installTranslators();

a.setApplicationVersion("2.0");
a.setApplicationVersion("3.0");
a.setGenericName(QApplication::translate("main", "Disk Utility"));
a.setApplicationLicense(tApplication::Gpl3OrLater);
a.setCopyrightHolder("Victor Tran");
a.setCopyrightYear("2023");
a.setCopyrightYear("2024");
a.setOrganizationName("theSuite");
a.setApplicationUrl(tApplication::Sources, QUrl("https://github.com/vicr123/thefrisbee"));
a.setApplicationUrl(tApplication::FileBug, QUrl("https://github.com/vicr123/thefrisbee/issues"));
Expand Down
Loading

0 comments on commit 277f7fc

Please sign in to comment.