We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c55f2 commit 1fc7539Copy full SHA for 1fc7539
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.5)
2
3
# set the project name
4
-project(openFPGALoader VERSION "0.13.1" LANGUAGES CXX)
+project(openFPGALoader VERSION "1.0.0" LANGUAGES CXX)
5
add_definitions(-DVERSION=\"v${PROJECT_VERSION}\")
6
option(ENABLE_OPTIM "Enable build with -O3 optimization level" ON)
7
option(BUILD_STATIC "Whether or not to build with static libraries" OFF)
0 commit comments