Skip to content

Commit

Permalink
Bump version to 1.2.11 in CMakeLists.txt, version.h, and vcpkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Jan 23, 2025
1 parent 6285736 commit ab8eca3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gladius/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

set(CPACK_PACKAGE_VERSION_MAJOR "1")
set(CPACK_PACKAGE_VERSION_MINOR "2")
set(CPACK_PACKAGE_VERSION_PATCH "10")
set(CPACK_PACKAGE_VERSION_PATCH "11")

# Set the version of the package in src/version.h
configure_file(
Expand Down
2 changes: 1 addition & 1 deletion gladius/src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ namespace gladius
{
static int constexpr major = 1;
static int constexpr minor = 2;
static int constexpr revision = 10;
static int constexpr revision = 11;
};
}
2 changes: 1 addition & 1 deletion gladius/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
],
"name": "gladius",
"builtin-baseline": "e590c2b30c08caf1dd8d612ec602a003f9784b7d",
"version-string": "1.2.10"
"version-string": "1.2.11"
}

0 comments on commit ab8eca3

Please sign in to comment.