File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6811c42 Patch version raised to
1
2
e796fff Prepare release script for real versions
2
3
ae44d5c Adds minimal Steam fiddling protection
3
4
6e3343a License stuff and README updates
Original file line number Diff line number Diff line change 4
4
MAJOR_VERSION=$( egrep -o ' breakhack_MAJOR_VERSION [0-9]+' CMakeLists.txt | awk ' {print $2}' )
5
5
MINOR_VERSION=$( egrep -o ' breakhack_MINOR_VERSION [0-9]+' CMakeLists.txt | awk ' {print $2}' )
6
6
LAST_PATCH_VERSION=$( egrep -o ' breakhack_PATCH_VERSION [0-9]+' CMakeLists.txt | awk ' {print $2}' )
7
- NEXT_PATCH_VERSION=$(( LAST_VERSION + 1 ))
7
+ NEXT_PATCH_VERSION=$(( LAST_PATCH_VERSION + 1 ))
8
8
9
9
LAST_TAG=v$MAJOR_VERSION .$MINOR_VERSION .$LAST_PATCH_VERSION
10
10
NEXT_TAG=v$MAJOR_VERSION .$MINOR_VERSION .$NEXT_PATCH_VERSION
You can’t perform that action at this time.
0 commit comments