From 1901aaad00a685097ab0880dd4f771569439048b Mon Sep 17 00:00:00 2001 From: apple1417 Date: Wed, 21 Aug 2024 23:20:51 +1200 Subject: [PATCH] bump version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 748ef76..cd1d641 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.25) -project(unrealsdk VERSION 1.2.0) +project(unrealsdk VERSION 1.3.0) set(UNREALSDK_UE_VERSION "UE4" CACHE STRING "The unreal engine version to build the SDK for. One of 'UE3' or 'UE4'.") set(UNREALSDK_ARCH "x64" CACHE STRING "The architecture to build the sdk for. One of 'x86' or 'x64'.")