Skip to content

Commit 2b86023

Browse files
committed
Strip $DEPLOY_FILE
1 parent 1beacb9 commit 2b86023

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ script:
2020
- source build-dir/rename_exe.sh
2121

2222
before_deploy:
23+
- strip $DEPLOY_FILE
2324
- upx -9 $DEPLOY_FILE
2425

2526
deploy:

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(battleship)
33

44
set(VERSION_MAJOR 0)
55
set(VERSION_MINOR 0)
6-
set(VERSION_PATCH 6)
6+
set(VERSION_PATCH 7)
77

88
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
99

0 commit comments

Comments
 (0)