We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1beacb9 commit 2b86023Copy full SHA for 2b86023
.travis.yml
@@ -20,6 +20,7 @@ script:
20
- source build-dir/rename_exe.sh
21
22
before_deploy:
23
+ - strip $DEPLOY_FILE
24
- upx -9 $DEPLOY_FILE
25
26
deploy:
CMakeLists.txt
@@ -3,7 +3,7 @@ project(battleship)
3
4
set(VERSION_MAJOR 0)
5
set(VERSION_MINOR 0)
6
-set(VERSION_PATCH 6)
+set(VERSION_PATCH 7)
7
8
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
9
0 commit comments