From 9ec1ff35fb1f48445c3fd6fe766eda2f3671b96f Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sun, 1 May 2022 09:30:49 +0200 Subject: [PATCH] prepare for version 2.3.0 (#43) --- CMakeLists.txt | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 043bab9..952fc5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.7) -project(rem VERSION 2.0.1 LANGUAGES C) +project(rem VERSION 2.3.0 LANGUAGES C) ############################################################################## # diff --git a/Makefile b/Makefile index 8a4107f..97b02ec 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ # Main version number VER_MAJOR := 2 -VER_MINOR := 0 -VER_PATCH := 1 +VER_MINOR := 3 +VER_PATCH := 0 # Development version, comment out on a release # Increment for breaking changes (dev2, dev3...)