Skip to content

Commit

Permalink
Merge pull request #134 from thelivingdiamond/release/1.2.3
Browse files Browse the repository at this point in the history
Release 1.2.3
  • Loading branch information
tmp64 authored Jun 23, 2024
2 parents 9a0fb6a + 65f4789 commit 9947bf1
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 @@ -19,7 +19,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
# Chairloader Version
set(_CHAIRLOADER_VERSION_MAJOR 1) # Increment when breaking changes are made
set(_CHAIRLOADER_VERSION_MINOR 2) # Increment when new features are added
set(_CHAIRLOADER_VERSION_PATCH 2) # Increment when bug fixes are made
set(_CHAIRLOADER_VERSION_PATCH 3) # Increment when bug fixes are made
set(_CHAIRLOADER_VERSION_BUILD 0) # UNUSED
set(_CHAIRLOADER_VERSION_TYPE "") # Indicates a pre-release version (e.g. "-alpha")

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chairloader",
"version-string": "0.1.0",
"version-string": "1.2.3",
"description": "An extensible Prey (2017) modding framework",
"builtin-baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625",
"$deps_": "Please, keep sorted alphabetically",
Expand Down

0 comments on commit 9947bf1

Please sign in to comment.