Skip to content

Commit f75c514

Browse files
authored
Merge pull request #216 from Unity-Technologies/update-package-version-1.0.0f1
UNI-27136 update package version to 1.0.0f1
2 parents 4dac652 + ab83a5d commit f75c514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

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

2424
option(CREATE_PACKAGE "Create Package" OFF)
2525
if (NOT DEFINED PACKAGE_VERSION)
26-
set(PACKAGE_VERSION "1.0")
26+
set(PACKAGE_VERSION "1.0.0f1")
2727
endif()
2828

2929
if (NOT DEFINED PACKAGE_PATH)

0 commit comments

Comments
 (0)