From 08af4a02472283d799cb4bb14395900a139f2b66 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Mon, 19 Sep 2022 21:02:24 +0200 Subject: [PATCH] prepare release v0.9.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 590a6c6..96d9c14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)