From 7bfb3c7e079a3ee65abfe26e69ab49b141d0bf68 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 22 May 2019 10:57:16 +0200 Subject: [PATCH] Version bump 0.3.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4eca79..5f95b82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.2) project(remwharead - VERSION 0.2.5 + VERSION 0.3.0 LANGUAGES CXX )