prepare release v0.10.0

This commit is contained in:
Gwenhael Goavec-Merou 2022-12-21 21:45:28 +01:00
parent 5b0c0db5c9
commit 40b9f79273
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)
# set the project name
project(openFPGALoader VERSION "0.9.1" LANGUAGES CXX)
project(openFPGALoader VERSION "0.10.0" LANGUAGES CXX)
add_definitions(-DVERSION=\"v${PROJECT_VERSION}\")
option(BUILD_STATIC "Whether or not to build with static libraries" OFF)