Skip to content

Commit 20c3f4b

Browse files
authored
Merge pull request #179 from Unity-Technologies/Uni-19958-reliable_roundtrip_for_static_meshes_1
Uni-19958 update version
2 parents 05b96a5 + 7927ddc commit 20c3f4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

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

1414
option(CREATE_PACKAGE "Create Package" OFF)
1515
if (NOT DEFINED PACKAGE_VERSION)
16-
set(PACKAGE_VERSION "0.0.1")
16+
set(PACKAGE_VERSION "0.0.3a")
1717
endif()
1818

1919
if (NOT DEFINED PACKAGE_PATH)

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Copyright (c) 2017 Unity Technologies. All rights reserved.
55
Licensed under the ##LICENSENAME##.
66
See LICENSE.md file in the project root for full license information.
77

8-
**Version**: 0.0.2a
8+
**Version**: 0.0.3a
99

1010
This package contains only a subset of the FbxSdk.
1111

0 commit comments

Comments
 (0)