From 50362e049bb07b2e55e2657b18804a4f21c405b4 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Tue, 13 Dec 2022 10:02:55 +0100 Subject: [PATCH] :tada: Bump version number [no-ci] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 975d29e10..8820e6fa0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # SPDX-License-Identifier: MIT cmake_minimum_required(VERSION 3.13) -project(cosmoscout-vr VERSION 1.6.0) +project(cosmoscout-vr VERSION 1.7.0) # Use cmake 3.12's _ROOT variabled for searching. cmake_policy(SET CMP0074 NEW)