Skip to content

Commit 21e7a31

Browse files
committed
Build: remove hard coded "0.1" in version string and base displayed version number off of git tag. Fixes #867.
1 parent fac8edf commit 21e7a31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else()
3737
set(NGSCOPECLIENT_VERSION "unknown")
3838
endif()
3939

40-
set(PROJECT_VERSION "0.1-dev+${NGSCOPECLIENT_VERSION}")
40+
set(PROJECT_VERSION "${NGSCOPECLIENT_VERSION}")
4141

4242
include(CTest)
4343

0 commit comments

Comments
 (0)