Skip to content

Commit

Permalink
increment version number for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgrantham-lunarg committed Oct 26, 2023
1 parent d77e3e2 commit c988668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" "${CMAKE_SOURCE_DIR}/external/
# Version info
set(GFXRECONSTRUCT_PROJECT_VERSION_MAJOR 1)
set(GFXRECONSTRUCT_PROJECT_VERSION_MINOR 0)
set(GFXRECONSTRUCT_PROJECT_VERSION_PATCH 1)
set(GFXRECONSTRUCT_PROJECT_VERSION_PATCH 2)

set(GFXRECON_PROJECT_VERSION_SHA1 "unknown-build-source")

Expand Down
2 changes: 1 addition & 1 deletion android/framework/cmake-config/PlatformConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(CMAKE_MODULE_PATH "${GFXRECON_SOURCE_DIR}/external/cmake-modules")
# Version info
set(GFXRECONSTRUCT_PROJECT_VERSION_MAJOR 1)
set(GFXRECONSTRUCT_PROJECT_VERSION_MINOR 0)
set(GFXRECONSTRUCT_PROJECT_VERSION_PATCH 1)
set(GFXRECONSTRUCT_PROJECT_VERSION_PATCH 2)

set(GFXRECON_PROJECT_VERSION_DESIGNATION "-unknown")
set(GFXRECON_PROJECT_VERSION_SHA1 "unknown-build-source")
Expand Down

0 comments on commit c988668

Please sign in to comment.