From 58c298277908d5b72bb9c31611cbcb34b40af285 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 25 Mar 2024 10:29:49 +0000 Subject: [PATCH] Bumped version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ccf508e..8156eb89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.7) project(vsgExamples - VERSION 1.1.1 + VERSION 1.1.2 DESCRIPTION "Set of example programs that test and illustrate how to use the VulkanSceneGraph" LANGUAGES CXX C )