Skip to content

Commit 0b2e586

Browse files
authored
Merge pull request #76 from oblivioncth/dev
Merge to master for v0.8.3.3
2 parents 869b4ef + 34f8766 commit 0b2e586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24.0...3.30.0)
66
# Project
77
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
88
project(FIL
9-
VERSION 0.8.3.2
9+
VERSION 0.8.3.3
1010
LANGUAGES CXX
1111
DESCRIPTION "Flashpoint Importer for Launchers"
1212
)
@@ -75,7 +75,7 @@ endif()
7575

7676
include(OB/FetchQx)
7777
ob_fetch_qx(
78-
REF "v0.7.0.1"
78+
REF "v0.7.0.2"
7979
COMPONENTS
8080
${FIL_QX_COMPONENTS}
8181
)

0 commit comments

Comments
 (0)