Prepare v1.0.0 release

This commit is contained in:
Gwenhael Goavec-Merou
2025-09-12 16:00:32 +02:00
parent e2c55f24c0
commit 1fc7539538
+1 -1
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
# set the project name
project(openFPGALoader VERSION "0.13.1" LANGUAGES CXX)
project(openFPGALoader VERSION "1.0.0" LANGUAGES CXX)
add_definitions(-DVERSION=\"v${PROJECT_VERSION}\")
option(ENABLE_OPTIM "Enable build with -O3 optimization level" ON)
option(BUILD_STATIC "Whether or not to build with static libraries" OFF)