Skip to content

Commit

Permalink
Release v0.83.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Mar 14, 2023
1 parent b2b184f commit 9bb3310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy(SET CMP0074 NEW)
#Set The Current Version Number to use as fallback if GIT Fails.
set(FF7TK_VERSION_MAJOR 0)
set(FF7TK_VERSION_MINOR 83)
set(FF7TK_VERSION_PATCH 1)
set(FF7TK_VERSION_PATCH 2)
set(FF7TK_VERSION_TWEAK 0)
# Get the version from git if it's a git repository
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
Expand Down

0 comments on commit 9bb3310

Please sign in to comment.