From bbd755832df464326fe3614a257336ec47d31acd Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 19 Mar 2022 10:15:38 +0100 Subject: [PATCH] prepare release 0.8.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b096f6d..dcfcb41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0) # set the project name -project(openFPGALoader VERSION "0.7.0" LANGUAGES CXX) +project(openFPGALoader VERSION "0.8.0" LANGUAGES CXX) add_definitions(-DVERSION=\"v${PROJECT_VERSION}\") option(BUILD_STATIC "Whether or not to build with static libraries" OFF)