diff --git a/CHANGELOG.md b/CHANGELOG.md index 31cfb60..343fe4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.1.0 + +- Linux compatibility fixes. + ## v1.0.1 - Deploy Qt for examples and unit tests. diff --git a/CMakeLists.txt b/CMakeLists.txt index c9bdc05..40282cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ include(DeployQt) # Set project information. project("QtAppInstanceManager" LANGUAGES CXX - VERSION 1.0.2.0 + VERSION 1.1.0.0 ) set(PROJECT_NAMESPACE "oclero")