Skip to content

Commit bc22de8

Browse files
authored
Merge pull request #48 from apple1417/master
bump version
2 parents 406b309 + dc9e1e8 commit bc22de8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.25)
22

3-
project(unrealsdk VERSION 1.3.0)
3+
project(unrealsdk VERSION 1.4.0)
44

55
set(UNREALSDK_UE_VERSION "UE4" CACHE STRING "The unreal engine version to build the SDK for. One of 'UE3' or 'UE4'.")
66
set(UNREALSDK_ARCH "x64" CACHE STRING "The architecture to build the sdk for. One of 'x86' or 'x64'.")

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Upcoming
3+
## v1.4.0
44
- Fixed that UE3 `WeakPointer`s would always return null, due to an incorrect offset in the
55
`UObject` header layout.
66

0 commit comments

Comments
 (0)