fix: update version to patch with the release

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2024-12-31 15:23:22 -05:00
parent 7dac3ef447
commit 3024b76113
No known key found for this signature in database
GPG Key ID: 6577287BDCA70840
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
# set the project name
project(openFPGALoader VERSION "0.12.1" LANGUAGES CXX)
project(openFPGALoader VERSION "0.13.0" LANGUAGES CXX)
add_definitions(-DVERSION=\"v${PROJECT_VERSION}\")
option(ENABLE_OPTIM "Enable build with -O3 optimization level" ON)