Set CMakeLists.txt version to 1.0.1 so I can release 1.0.1 and have them match
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user