We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f75c514 + 0df9a7b commit 4765a0bCopy full SHA for 4765a0b
CMakeLists.txt
@@ -23,7 +23,7 @@ MESSAGE(STATUS "CMAKE_INSTALL_PREFIX is: " ${CMAKE_INSTALL_PREFIX})
23
24
option(CREATE_PACKAGE "Create Package" OFF)
25
if (NOT DEFINED PACKAGE_VERSION)
26
- set(PACKAGE_VERSION "1.0.0f1")
+ set(PACKAGE_VERSION "1.0.0b1")
27
endif()
28
29
if (NOT DEFINED PACKAGE_PATH)
docs/RELEASE_NOTES.md
@@ -1,5 +1,9 @@
1
#RELEASE NOTES
2
3
+**Version**: 1.0.0b1
4
+
5
+Enforce FbxSdk DLL only works with Unity 2017.1+
6
7
**Version**: 0.0.14a
8
Note: skipping some versions so that FbxSdk package version matches FbxExporter package version
9
0 commit comments