From 371a411e8a576f52ff3aa5ab3901599a951213f3 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sun, 20 Jun 2021 16:40:41 +0200 Subject: [PATCH] prepare release v0.3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e4957a2..bc185bd 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.2.6" LANGUAGES CXX) +project(openFPGALoader VERSION "0.3.0" LANGUAGES CXX) add_definitions(-DVERSION=\"v${PROJECT_VERSION}\") option(BUILD_STATIC "Whether or not to build with static libraries" OFF)