Skip to content

Commit

Permalink
Bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Aug 20, 2024
1 parent 643fc9d commit bdc43b7
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.11
VERSION 0.9.12
LANGUAGES CXX
DESCRIPTION "Command-line Interface for Flashpoint Archive"
)
Expand Down Expand Up @@ -84,7 +84,7 @@ ob_fetch_qx(

# Fetch libfp (build and import from source)
include(OB/Fetchlibfp)
ob_fetch_libfp("9fd47ecae0ba6a9befa6d587b6375f0e31f81062")
ob_fetch_libfp("v0.5.4")

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

0 comments on commit bdc43b7

Please sign in to comment.