From 3024b76113f9e5cfcaeb5f943de45697b73cf974 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 31 Dec 2024 15:23:22 -0500 Subject: [PATCH] fix: update version to patch with the release Signed-off-by: Rui Chen --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4e951e..6f21410 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)