Skip to content

Commit b72a363

Browse files
author
DESKTOP-F8VO8FK\Austin
committed
[UPDATED ] version number and release notes
1 parent e28208c commit b72a363

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
2424

2525
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26-
set(PACKAGE_VERSION "sprint42")
26+
set(PACKAGE_VERSION "sprint43")
2727
endif()
2828
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
2929

RELEASE_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
RELEASE NOTES
22

3+
**Version**: sprint43
4+
5+
NEW FEATURES
6+
* FbxExporter: Added support for exporting Blendshapes
7+
* Export Settings: Option to turn off auto-updating for linked prefabs
8+
9+
FIXES
10+
* FbxExporter: fixed issues with continuous rotations which was causing gimbal lock
11+
312
**Version**: sprint42
413

514
NEW FEATURES

0 commit comments

Comments
 (0)