From 9d3ae99f4362d271d3a16e3f4ad50a627ada6667 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 20 May 2024 15:35:10 +0100 Subject: [PATCH] Bumped version for 1.1.4 to match up to VSG-1.1.4 release --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df6139dd..8bc5d2f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.7) project(vsgExamples - VERSION 1.1.3 + VERSION 1.1.4 DESCRIPTION "Set of example programs that test and illustrate how to use the VulkanSceneGraph" LANGUAGES CXX C ) @@ -21,7 +21,7 @@ if (VULKAN_SDK) set(ENV{VULKAN_SDK} ${VULKAN_SDK}) endif() -find_package(vsg 1.1.3) +find_package(vsg 1.1.4) vsg_setup_dir_vars() vsg_setup_build_vars()