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