Skip to content

Commit

Permalink
Update Qx, bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed May 3, 2023
1 parent 2796387 commit 55da5f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.23.0...3.25.0)
# Project
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
project(libfp
VERSION 0.3
VERSION 0.3.1
LANGUAGES CXX
DESCRIPTION "C++ support library for Flashpoint"
)
Expand Down Expand Up @@ -52,7 +52,7 @@ set(LIBFP_QX_COMPONENTS

include(OB/FetchQx)
ob_fetch_qx(
REF "v0.5"
REF "v0.5.0.1"
COMPONENTS
${LIBFP_QX_COMPONENTS}
)
Expand Down

0 comments on commit 55da5f5

Please sign in to comment.