Merge pull request #144 from jeanthom/patch-1
Fix version number in CMakeLists.txt
This commit is contained in:
commit
bfef127d9e
|
|
@ -2,7 +2,7 @@
|
||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.0)
|
||||||
|
|
||||||
# set the project name
|
# set the project name
|
||||||
project(openFPGALoader VERSION "0.5.0" LANGUAGES CXX)
|
project(openFPGALoader VERSION "0.6.0" LANGUAGES CXX)
|
||||||
add_definitions(-DVERSION=\"v${PROJECT_VERSION}\")
|
add_definitions(-DVERSION=\"v${PROJECT_VERSION}\")
|
||||||
|
|
||||||
option(BUILD_STATIC "Whether or not to build with static libraries" OFF)
|
option(BUILD_STATIC "Whether or not to build with static libraries" OFF)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue