Skip to content

Commit

Permalink
Merge pull request #6404 from Goober5000/version_24_3
Browse files Browse the repository at this point in the history
bump version to 24.3
  • Loading branch information
Goober5000 authored Oct 28, 2024
2 parents 91a2291 + 961e06d commit 9852247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (EXISTS "${PROJECT_SOURCE_DIR}/version_override.cmake")
endif()

set_if_not_defined(FSO_VERSION_MAJOR 24)
set_if_not_defined(FSO_VERSION_MINOR 1)
set_if_not_defined(FSO_VERSION_MINOR 3)
set_if_not_defined(FSO_VERSION_BUILD 0)

# A numeric revision e.g. the CI build number
Expand Down

0 comments on commit 9852247

Please sign in to comment.