prepare sub-relase v0.12.1

This commit is contained in:
Gwenhael Goavec-Merou 2024-03-23 18:29:49 +01:00
parent 02c33271e0
commit 061bf3945d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
# set the project name
project(openFPGALoader VERSION "0.12.0" LANGUAGES CXX)
project(openFPGALoader VERSION "0.12.1" LANGUAGES CXX)
add_definitions(-DVERSION=\"v${PROJECT_VERSION}\")
option(ENABLE_OPTIM "Enable build with -O3 optimization level" ON)