diff --git a/CHANGES.md b/CHANGES.md index 04185fd..ff69280 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 3.0.2 +* Typo fixes in docs +* Support for GNUInstallDirs in CMake + ## 3.0.1 * CMake corrections diff --git a/CMakeLists.txt b/CMakeLists.txt index 6720d62..50ba9f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12 FATAL_ERROR) # meta -project(libversion VERSION 3.0.1) +project(libversion VERSION 3.0.2) include(GNUInstallDirs)