From 83f7e8c5dc5399c17f1508a756c23bdfb5e7b1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Widera?= Date: Wed, 14 Jul 2021 14:44:38 +0200 Subject: [PATCH] set version to 0.4.0-dev --- cuplaConfig.cmake | 2 +- include/cupla/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cuplaConfig.cmake b/cuplaConfig.cmake index a95e6d952..71fd21f81 100644 --- a/cuplaConfig.cmake +++ b/cuplaConfig.cmake @@ -250,7 +250,7 @@ target_link_libraries( # Find cupla version. ################################################################################ # Please also update the version in `include/cupla/version.hpp` -set(_cupla_VERSION "0.3.0") +set(_cupla_VERSION "0.4.0") ################################################################################ # Set return values. diff --git a/include/cupla/version.hpp b/include/cupla/version.hpp index b337ddf5c..f2340568c 100644 --- a/include/cupla/version.hpp +++ b/include/cupla/version.hpp @@ -22,6 +22,6 @@ // Please also update the version in `cuplaConfig.cmake` #define CUPLA_VERSION_MAJOR 0 -#define CUPLA_VERSION_MINOR 3 +#define CUPLA_VERSION_MINOR 4 #define CUPLA_VERSION_PATCH 0 #define CUPLA_VERSION_LABEL "dev"