Skip to content

Commit

Permalink
prepare release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Sep 19, 2022
1 parent 47f59d6 commit 08af4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)

# set the project name
project(openFPGALoader VERSION "0.9.0" LANGUAGES CXX)
project(openFPGALoader VERSION "0.9.1" LANGUAGES CXX)
add_definitions(-DVERSION=\"v${PROJECT_VERSION}\")

option(BUILD_STATIC "Whether or not to build with static libraries" OFF)
Expand Down

0 comments on commit 08af4a0

Please sign in to comment.