We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d7f28 commit 3ea05ccCopy full SHA for 3ea05cc
CMakeLists.txt
@@ -2,7 +2,7 @@
2
cmake_minimum_required(VERSION 3.0)
3
4
# set the project name
5
-project(openFPGALoader VERSION "0.4.0" LANGUAGES CXX)
+project(openFPGALoader VERSION "0.5.0" 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