Skip to content

Commit

Permalink
release 0.83
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Aug 31, 2022
1 parent 11a9309 commit bdecf02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)
cmake_policy(SET CMP0074 NEW)

#Version will be written by tag v1.2.2-4
project(ff7tk VERSION 0.82.1.0 DESCRIPTION "Work with Final Fantasy 7 game data")
project(ff7tk VERSION 0.83.0.0 DESCRIPTION "Work with Final Fantasy 7 game data")

#Prevent In-sourcebuild
if(CMAKE_BINARY_DIR STREQUAL CMAKE_SOURCE_DIR)
Expand Down
1 change: 1 addition & 0 deletions src/core/ff7tkConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
include(CMakeFindDependencyMacro)
find_dependency(Qt6 "@REQUIRED_QT_VERSION@" COMPONENTS
Core
Quick
)

include("${CMAKE_CURRENT_LIST_DIR}/ff7tkTargets.cmake")

0 comments on commit bdecf02

Please sign in to comment.