prepare release v0.2.6

This commit is contained in:
Gwenhael Goavec-Merou 2021-04-07 06:24:41 +02:00
parent 4e2b1aa73e
commit 227ce13dca
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.2.1" LANGUAGES CXX)
project(openFPGALoader VERSION "0.2.6" LANGUAGES CXX)
add_definitions(-DVERSION=\"v${PROJECT_VERSION}\")
option(BUILD_STATIC "Whether or not to build with static libraries" OFF)