From b677a07ffdda0ecb5fd18c3816c5930c7a883b7d Mon Sep 17 00:00:00 2001 From: Rod Sheeter Date: Fri, 6 Oct 2017 08:17:35 -0700 Subject: [PATCH] Set CMakeLists.txt version to 1.0.1 so I can release 1.0.1 and have them match --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4322f3f..61663bd 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 0.0.1) +set(WOFF2_VERSION 1.0.1) # When building shared libraries it is important to set the correct rpath # See https://cmake.org/Wiki/CMake_RPATH_handling#Always_full_RPATH