From 1bccf208bca986e53a647dfe4811322adb06ecf8 Mon Sep 17 00:00:00 2001 From: Rod Sheeter Date: Mon, 13 Nov 2017 10:31:28 -0800 Subject: [PATCH] Set version to 1.0.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68d1c62..ecfbb83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ option(CANONICAL_PREFIXES "Canonical prefixes" OFF) option(NOISY_LOGGING "Noisy logging" ON) # Version information -set(WOFF2_VERSION 1.0.1) +set(WOFF2_VERSION 1.0.2) # When building shared libraries it is important to set the correct rpath # See https://cmake.org/Wiki/CMake_RPATH_handling#Always_full_RPATH