Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CounterStrike2GSI/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Setup project.
SET(PRODUCT CounterStrike2GSI)
SET(PRODUCT_NAME "${PRODUCT}")
SET(PRODUCT_VERSION 1.0.3)
SET(PRODUCT_VERSION 1.0.4)
SET(PRODUCT_DESCRIPTION "A C# library to interface with the Game State Integration found in Counter-Strike 2.")
SET(PRODUCT_AUTHORS "Anton Pupkov")
SET(PRODUCT_COPYRIGHT "Copyright© 2024")
Expand Down
Loading