Merge pull request #502 from chenrui333/fix-version

fix: update version to patch with the release
This commit is contained in:
Gwenhael Goavec-Merou
2024-12-31 21:59:30 +01:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
# set the project name
project(openFPGALoader VERSION "0.12.1" LANGUAGES CXX)
project(openFPGALoader VERSION "0.13.0" LANGUAGES CXX)
add_definitions(-DVERSION=\"v${PROJECT_VERSION}\")
option(ENABLE_OPTIM "Enable build with -O3 optimization level" ON)