Skip to content

Commit 05f92dd

Browse files
committed
UNI-26818 update version to 1.0
1 parent 9e0d192 commit 05f92dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Assets/FbxExporters/Integrations/Autodesk/maya/scripts/unityOneClick/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@defgroup UnityOneClickPluginVersion Plugin Version
2020
@ingroup UnityOneClickPlugin
2121
"""
22-
VERSION = '1.0.0a1-sprint27'
22+
VERSION = '1.0'
2323

2424
def pluginPrefix():
2525
"""

Assets/FbxExporters/README.txt

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

66
See LICENSE.txt file for full license information.
77

8-
VERSION: 1.0.0a1-sprint27
8+
VERSION: 1.0
99

1010
Requirements
1111
------------

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
2424

2525
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26-
set(PACKAGE_VERSION "0.0.15a")
26+
set(PACKAGE_VERSION "1.0")
2727
endif()
2828
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
2929

0 commit comments

Comments
 (0)