Skip to content

Commit

Permalink
CMake: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Dec 25, 2024
1 parent 36c716d commit 8cc9bfb
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 @@ -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}\"")
Expand Down

0 comments on commit 8cc9bfb

Please sign in to comment.