Skip to content

Commit

Permalink
updated cmake build version for v0.2.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmishra committed Jan 7, 2023
1 parent ea6d376 commit 09e4fae
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 @@ -18,7 +18,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
set ( PICOTURTLE_VERSION_MAJOR "0" )
set ( PICOTURTLE_VERSION_MINOR "2" )
set ( PICOTURTLE_VERSION_PATCH "0" )
set ( PICOTURTLE_VERSION_PRERELEASE "-alpha.2" )
set ( PICOTURTLE_VERSION_PRERELEASE "-alpha.3" )
set ( PICOTURTLE_VERSION_STR ${PICOTURTLE_VERSION_MAJOR}.${PICOTURTLE_VERSION_MINOR}.${PICOTURTLE_VERSION_PATCH}${PICOTURTLE_VERSION_PRERELEASE})

# ----------- Configure Version File
Expand Down

0 comments on commit 09e4fae

Please sign in to comment.