CMake: Bump version

This commit is contained in:
wheremyfoodat 2024-12-25 14:59:26 +02:00 committed by GitHub
parent 36c716d030
commit 8cc9bfbb36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ endif()
# Generate versioning files
find_package(Git)
set(PANDA3DS_VERSION "0.8")
set(PANDA3DS_VERSION "0.9")
if(NOT EXISTS ${CMAKE_BINARY_DIR}/include/version.hpp.in)
file(WRITE ${CMAKE_BINARY_DIR}/include/version.hpp.in "#define PANDA3DS_VERSION \"\${PANDA3DS_VERSION}\"")