Skip to content

Commit

Permalink
Bumped version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed May 19, 2024
1 parent cfa354c commit 9d17de2
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(vsgXchange
VERSION 1.1.1
VERSION 1.1.2
DESCRIPTION "VulkanSceneGraph 3rd party data integration library"
LANGUAGES CXX C
)
Expand All @@ -20,7 +20,7 @@ if (VULKAN_SDK)
set(ENV{VULKAN_SDK} ${VULKAN_SDK})
endif()

set(VSG_MIN_VERSION 1.1.2)
set(VSG_MIN_VERSION 1.1.3)
find_package(vsg ${VSG_MIN_VERSION})

vsg_setup_dir_vars()
Expand Down

0 comments on commit 9d17de2

Please sign in to comment.