Skip to content

Commit

Permalink
[Misc] Set SOLL version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hydai committed Dec 25, 2019
1 parent 51f2412 commit 0a32a3a
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 @@ -11,7 +11,7 @@ endif()
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/utils/unittests/cmake")
set(SOLL_VERSION_MAJOR 0)
set(SOLL_VERSION_MINOR 0)
set(SOLL_VERSION_PATCH 3)
set(SOLL_VERSION_PATCH 4)
set(SOLL_VERSION_STRING
"${SOLL_VERSION_MAJOR}.${SOLL_VERSION_MINOR}.${SOLL_VERSION_PATCH}"
)
Expand Down

0 comments on commit 0a32a3a

Please sign in to comment.