Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Oct 17, 2023
1 parent d708b3a commit 590131b
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.24.0...3.26.0)
# Project
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
project(CLIFp
VERSION 0.9.6
VERSION 0.9.7
LANGUAGES CXX
DESCRIPTION "Command-line Interface for Flashpoint Archive"
)
Expand Down Expand Up @@ -79,7 +79,7 @@ ob_fetch_qx(

# Fetch libfp (build and import from source)
include(OB/Fetchlibfp)
ob_fetch_libfp("dab88b19088afd9cc704bc27e6079bd0044fb611")
ob_fetch_libfp("v0.5")

# Fetch QI-QMP (build and import from source)
include(OB/FetchQI-QMP)
Expand Down

0 comments on commit 590131b

Please sign in to comment.