Skip to content

Commit 4765a0b

Browse files
authored
Merge pull request #217 from Unity-Technologies/UNI-27536-change-version-1.0.0b1
update version to 1.0.0b1
2 parents f75c514 + 0df9a7b commit 4765a0b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ MESSAGE(STATUS "CMAKE_INSTALL_PREFIX is: " ${CMAKE_INSTALL_PREFIX})
2323

2424
option(CREATE_PACKAGE "Create Package" OFF)
2525
if (NOT DEFINED PACKAGE_VERSION)
26-
set(PACKAGE_VERSION "1.0.0f1")
26+
set(PACKAGE_VERSION "1.0.0b1")
2727
endif()
2828

2929
if (NOT DEFINED PACKAGE_PATH)

docs/RELEASE_NOTES.md

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

3+
**Version**: 1.0.0b1
4+
5+
Enforce FbxSdk DLL only works with Unity 2017.1+
6+
37
**Version**: 0.0.14a
48
Note: skipping some versions so that FbxSdk package version matches FbxExporter package version
59

0 commit comments

Comments
 (0)