File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
13
13
14
14
project (
15
15
Dokit
16
- VERSION 0.5.5
16
+ VERSION 0.5.6
17
17
DESCRIPTION "Cross-platform library, and desktop apps for Pokit measuring devices"
18
18
HOMEPAGE_URL "https://github.com/pcolby/dokit"
19
19
LANGUAGES CXX)
@@ -23,9 +23,9 @@ if (NOT DEFINED CMAKE_MESSAGE_LOG_LEVEL AND DEFINED ENV{CMAKE_MESSAGE_LOG_LEVEL}
23
23
set (CMAKE_MESSAGE_LOG_LEVEL "$ENV{CMAKE_MESSAGE_LOG_LEVEL} " )
24
24
endif ()
25
25
26
- # set(PROJECT_PRE_RELEASE pre)
26
+ set (PROJECT_PRE_RELEASE pre)
27
27
#set(PROJECT_PRE_RELEASE rc1)
28
- unset (PROJECT_PRE_RELEASE)
28
+ # unset(PROJECT_PRE_RELEASE)
29
29
if (PROJECT_PRE_RELEASE)
30
30
add_compile_definitions (PROJECT_PRE_RELEASE="${PROJECT_PRE_RELEASE} " )
31
31
set (PROJECT_VERSION_SUFFIX "-${PROJECT_PRE_RELEASE} " )
You can’t perform that action at this time.
0 commit comments