diff --git a/CHANGES.md b/CHANGES.md index a83005d..04185fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 3.0.1 +* CMake corrections + ## 3.0.0 * Core algorithm reworked and simplified, which brings many small improvements * Numbers of arbitrary lengths are now compared correctly diff --git a/CMakeLists.txt b/CMakeLists.txt index 39eaa29..8f73872 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.0) +project(libversion VERSION 3.0.1) set(PKGCONFIGDIR lib/pkgconfig CACHE STRING "directory where to install pkg-config files") if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR CMAKE_SYSTEM_NAME MATCHES "DragonFly")