Skip to content

Commit

Permalink
Switch to 1.9.0 Beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistafunk committed Dec 2, 2020
1 parent ea98b68 commit d6feb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/dependencies.cmake)
set(PLD_VERSION_MAJOR 1)
set(PLD_VERSION_MINOR 9)
set(PLD_VERSION_PATCH 0)
set(PLD_VERSION_PRE "-beta.1") # set to empty string for final releases
set(PLD_VERSION_PRE "-beta.2") # set to empty string for final releases
if(NOT PLD_VERSION_BUILD)
set(PLD_VERSION_BUILD DEV)
endif()
Expand Down

0 comments on commit d6feb8c

Please sign in to comment.