Set CMakeLists.txt version to 1.0.1 so I can release 1.0.1 and have them match

This commit is contained in:
Rod Sheeter
2017-10-06 08:17:35 -07:00
parent 22c256bc45
commit b677a07ffd
+1 -1
View File
@@ -19,7 +19,7 @@ option(CANONICAL_PREFIXES "Canonical prefixes" OFF)
option(NOISY_LOGGING "Noisy logging" ON) option(NOISY_LOGGING "Noisy logging" ON)
# Version information # Version information
set(WOFF2_VERSION 0.0.1) set(WOFF2_VERSION 1.0.1)
# When building shared libraries it is important to set the correct rpath # When building shared libraries it is important to set the correct rpath
# See https://cmake.org/Wiki/CMake_RPATH_handling#Always_full_RPATH # See https://cmake.org/Wiki/CMake_RPATH_handling#Always_full_RPATH