Fix version number in CMakeLists.txt

Current version number is stuck at 0.5.0...
This commit is contained in:
Jean THOMAS 2021-12-02 00:32:13 +01:00 committed by GitHub
parent 130060619e
commit efeb0d83c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.5.0" LANGUAGES CXX)
project(openFPGALoader VERSION "0.6.0" LANGUAGES CXX)
add_definitions(-DVERSION=\"v${PROJECT_VERSION}\")
option(BUILD_STATIC "Whether or not to build with static libraries" OFF)