We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df56450 commit be46b2cCopy full SHA for be46b2c
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.0)
2
3
# set the project name
4
-project(openFPGALoader VERSION "0.8.0" LANGUAGES CXX)
+project(openFPGALoader VERSION "0.9.0" LANGUAGES CXX)
5
add_definitions(-DVERSION=\"v${PROJECT_VERSION}\")
6
7
option(BUILD_STATIC "Whether or not to build with static libraries" OFF)
0 commit comments