Skip to content

Commit

Permalink
Bumped version for 1.1.4 to match up to VSG-1.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed May 20, 2024
1 parent 22be2b5 commit 9d3ae99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)
Expand All @@ -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()
Expand Down

0 comments on commit 9d3ae99

Please sign in to comment.