From 23603e89ba2b8c93a70cc9ded3888962ff533134 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Thu, 27 Oct 2022 09:35:22 +0200 Subject: [PATCH] Prepare for next Release Bump the version number. Cmake doesn't seem to support postfixes such as alpha or beta otherwise I would add one. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 554525dd..fbf5e2b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(Corrosion VERSION 0.2.0 LANGUAGES NONE) +project(Corrosion VERSION 0.3.0 LANGUAGES NONE) # Default behavior: # - If the project is being used as a subdirectory, then don't build tests and