Skip to content

Commit 6f7aad1

Browse files
committed
Fixed project version number.
1 parent 4c068f6 commit 6f7aad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ execute_process(
3535
COMMAND git rev-parse --short HEAD
3636
OUTPUT_VARIABLE PROJECT_GITHASH
3737
OUTPUT_STRIP_TRAILING_WHITESPACE)
38-
set(PROJECT_VERSION "1.2.0")
38+
set(PROJECT_VERSION "0.5.10")
3939

4040
# Global CMake options
4141
set(CMAKE_INCLUDE_CURRENT_DIR ON)

0 commit comments

Comments
 (0)