mirror of
https://github.com/Cubitect/cubiomes-viewer.git
synced 2025-01-07 03:17:01 +08:00
Bump version number
This commit is contained in:
parent
933b320d3f
commit
cb9b3e1bbc
4
.github/workflows/macos-release.yaml
vendored
4
.github/workflows/macos-release.yaml
vendored
@ -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}}
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user