From 972d619bdc9ec8f7518f59eb6bae4d0c64762469 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 24 Jul 2024 18:08:35 +0100 Subject: [PATCH] Bumped version for release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8bc5d2f4..9d402641 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.7) project(vsgExamples - VERSION 1.1.4 + VERSION 1.1.5 DESCRIPTION "Set of example programs that test and illustrate how to use the VulkanSceneGraph" LANGUAGES CXX C )