Skip to content

Commit

Permalink
Set CMakeLists.txt version to 1.0.1 so I can release 1.0.1 and have t…
Browse files Browse the repository at this point in the history
…hem match
  • Loading branch information
rsheeter committed Oct 6, 2017
1 parent 22c256b commit b677a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b677a07

Please sign in to comment.