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 05b96a5 + 7927ddc commit 20c3f4bCopy full SHA for 20c3f4b
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.1")
+ set(PACKAGE_VERSION "0.0.3a")
17
endif()
18
19
if (NOT DEFINED PACKAGE_PATH)
docs/README.md
@@ -5,7 +5,7 @@ Copyright (c) 2017 Unity Technologies. All rights reserved.
5
Licensed under the ##LICENSENAME##.
6
See LICENSE.md file in the project root for full license information.
7
8
-**Version**: 0.0.2a
+**Version**: 0.0.3a
9
10
This package contains only a subset of the FbxSdk.
11
0 commit comments