Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubitect committed Oct 7, 2024
1 parent 933b320 commit cb9b3e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
working-directory: ${{env.SOURCE_DIR}}
run: |
macdeployqt ${{env.PROG}}.app -dmg -no-plugins
- name: Test
working-directory: ${{env.SOURCE_DIR}}
run: |
./${{env.PROG}}.app/Contents/MacOS/${{env.PROG}} --version
otool -L ${{env.PROG}}.app/Contents/MacOS/${{env.PROG}}
Expand Down
4 changes: 2 additions & 2 deletions src/aboutdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include <QString>

#define VERS_MAJOR 4
#define VERS_MINOR 0
#define VERS_PATCH 1 // negative patch number designates a development version
#define VERS_MINOR 1
#define VERS_PATCH 0 // negative patch number designates a development version

// returns +1 if newer, -1 if older and 0 if equal
inline int cmpVers(int major, int minor, int patch)
Expand Down

0 comments on commit cb9b3e1

Please sign in to comment.