From dc9e1e8142cc2a709b187fbf4d7710d47ae546fe Mon Sep 17 00:00:00 2001 From: apple1417 Date: Sun, 13 Oct 2024 13:54:32 +1300 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd1d641..b080262 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.25) -project(unrealsdk VERSION 1.3.0) +project(unrealsdk VERSION 1.4.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'.") diff --git a/changelog.md b/changelog.md index 490ae7b..7210c9b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Upcoming +## v1.4.0 - Fixed that UE3 `WeakPointer`s would always return null, due to an incorrect offset in the `UObject` header layout.