Skip to content

Commit

Permalink
BuzzBot-v.2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minorsecond committed Sep 20, 2022
1 parent 3c5f43a commit f2485b5
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 @@ -81,11 +81,11 @@ IF(APPLE)

set_target_properties(BuzzBot PROPERTIES
MACOSX_BUNDLE_BUNDLE_NAME "BuzzBot"
MACOSX_BUNDLE_BUNDLE_VERSION "2.2.1"
MACOSX_BUNDLE_BUNDLE_VERSION "2.3.0"
MACOSX_BUNDLE TRUE
MACOSX_BUNDLE_ICON_FILE icon.icns
MACOSX_BUNDLE_LONG_VERSION_STRING "2.2.1"
MACOSX_BUNDLE_SHORT_VERSION_STRING "2.2.1"
MACOSX_BUNDLE_LONG_VERSION_STRING "2.3.0"
MACOSX_BUNDLE_SHORT_VERSION_STRING "2.3.0"
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 @@ -33,3 +33,4 @@
2.1.7 2021-09-19-10-25-46
2.2.0 2021-11-01-10-09-05
2.2.1 2021-11-01-10-19-05
2.3.0 2022-09-20-06-43-55
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.2.1";
const std::string version = "2.3.0";
ui.versionLabel->setText(QString::fromStdString("Version " + version));

// Make Qt URL clickable
Expand Down

0 comments on commit f2485b5

Please sign in to comment.