Skip to content

Commit

Permalink
CMakeLists.txt: prepare release 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Dec 31, 2024
1 parent 438a875 commit 650c387
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.5)

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

option(ENABLE_OPTIM "Enable build with -O3 optimization level" ON)
Expand Down

0 comments on commit 650c387

Please sign in to comment.