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 dbb3f6f + 9e81d0f commit bfe6388Copy full SHA for bfe6388
CMakeLists.txt
@@ -13,7 +13,7 @@ MESSAGE(STATUS "CMAKE_INSTALL_PREFIX is: " ${CMAKE_INSTALL_PREFIX})
13
14
option(CREATE_PACKAGE "Create Package" OFF)
15
if (NOT DEFINED PACKAGE_VERSION)
16
- set(PACKAGE_VERSION "0.0.7a")
+ set(PACKAGE_VERSION "0.0.8a")
17
endif()
18
19
if (NOT DEFINED PACKAGE_PATH)
docs/RELEASE_NOTES.md
@@ -1,5 +1,13 @@
1
#RELEASE NOTES
2
3
+**Version**: 0.0.8a
4
+
5
+Updated LICENCSE.txt to include Autodesk license
6
7
+Use .bundle on Mac instead of .so for shared libraries
8
9
+Ship bindings as binaries without source
10
11
**Version**: 0.0.7a
12
Note: skipping version 0.0.6a so that FbxSdk package version matches FbxExporter package version
0 commit comments