We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2a572 commit 1a5513cCopy full SHA for 1a5513c
.travis.yml
@@ -42,6 +42,7 @@ deploy:
42
file: "*.tar.gz"
43
file_glob: true
44
draft: true
45
+ skip_cleanup: true
46
on:
47
tags: true
48
all_branches: true
CMakeLists.txt
@@ -28,7 +28,7 @@ endif()
28
29
SET(VERSION_MAJOR 1)
30
SET(VERSION_MINOR 2)
31
-SET(VERSION_PATCH 7)
+SET(VERSION_PATCH 9)
32
33
MAKE_DIRECTORY(${PROJECT_BINARY_DIR}/config)
34
0 commit comments