prepare release 0.8.0

This commit is contained in:
Gwenhael Goavec-Merou 2022-03-19 10:15:38 +01:00
parent 3cef7f920d
commit bbd755832d
1 changed files with 1 additions and 1 deletions

View File

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