Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
minorsecond committed Apr 29, 2023
1 parent 8ffe1fa commit ff73afb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ IF(APPLE)

set_target_properties(BuzzBot PROPERTIES
MACOSX_BUNDLE_BUNDLE_NAME "BuzzBot"
MACOSX_BUNDLE_BUNDLE_VERSION "2.5.3"
MACOSX_BUNDLE_BUNDLE_VERSION "2.5.4"
MACOSX_BUNDLE TRUE
MACOSX_BUNDLE_ICON_FILE icon.icns
MACOSX_BUNDLE_LONG_VERSION_STRING "2.5.3"
MACOSX_BUNDLE_SHORT_VERSION_STRING "2.5.3"
MACOSX_BUNDLE_LONG_VERSION_STRING "2.5.4"
MACOSX_BUNDLE_SHORT_VERSION_STRING "2.5.4"
MACOSX_BUNDLE_COPYRIGHT "2021 Ross Wardrup"
MACOSX_BUNDLE_GUI_IDENTIFIER com.rwardrup.buzzbot
XCODE_ATTRIBUTE_LD_RUNPATH_SEARCH_PATHS "@loader_path/Libraries"
Expand Down
1 change: 1 addition & 0 deletions VERS
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ v2.4.1 2022-10-01-13-58-02
2.5.0 2022-10-16-15-26-24
v2.5.2 2022-11-06-11-09-57
2.5.3 2022-11-11-13-04-45
2.5.4 2023-04-29-10-48-03
2 changes: 1 addition & 1 deletion src/about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ About::About() {
this->setFixedSize(237, 272);

// Version text
const std::string version = "2.5.3";
const std::string version = "2.5.4";
ui.versionLabel->setText(QString::fromStdString("Version " + version));

// Make Qt URL clickable
Expand Down

0 comments on commit ff73afb

Please sign in to comment.