From 170266370c04cb5eb390b2feb1d36a0a07b85111 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 20 May 2024 15:32:21 +0100 Subject: [PATCH] Updated version to match up with the VSG-1.1.4 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd3cf1a..9a1135e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12) project(vsgPoints - VERSION 0.4.0 + VERSION 0.5.0 DESCRIPTION "VulkanSceneGraph Point Cloud rendering." LANGUAGES CXX )