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.
1 parent 51093a1 commit 10d680aCopy full SHA for 10d680a
Assets/FbxExporters/README.txt
@@ -5,7 +5,7 @@ Copyright (c) 2017 Unity Technologies. All rights reserved.
5
6
See LICENSE.txt file for full license information.
7
8
-VERSION: sprint26
+VERSION: sprint30
9
10
Requirements
11
------------
CMakeLists.txt
@@ -23,7 +23,7 @@ endif()
23
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
24
25
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26
- set(PACKAGE_VERSION "1.0.0b1")
+ set(PACKAGE_VERSION "sprint30")
27
endif()
28
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
29
0 commit comments