Skip to content

Commit

Permalink
Updating version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Dec 7, 2023
1 parent f60b111 commit c95249e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 14)
set(FIND_LIBRARY_USE_LIB64_PATHS TRUE)

set(DOUBLE_DOWN_VERSION_MAJOR 1)
set(DOUBLE_DOWN_VERSION_MINOR 0)
set(DOUBLE_DOWN_VERSION_MINOR 1)
set(DOUBLE_DOWN_VERSION_RELEASE 0)
set(DOUBLE_DOWN_VERSION ${DOUBLE_DOWN_VERSION_MAJOR}.${DOUBLE_DOWN_VERSION_MINOR}.${DOUBLE_DOWN_VERSION_RELEASE})

Expand Down

0 comments on commit c95249e

Please sign in to comment.