Skip to content

Commit

Permalink
Merge pull request #48 from apple1417/master
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
apple1417 authored Oct 13, 2024
2 parents 406b309 + dc9e1e8 commit bc22de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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'.")
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit bc22de8

Please sign in to comment.