diff --git a/CMakeLists.txt b/CMakeLists.txt index 484478a..4efc0d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.7) set(CMAKE_OSX_DEPLOYMENT_TARGET 10.12 CACHE STRING "macOS deployment target (Apple clang only)") project(liboxenmq - VERSION 1.2.8 + VERSION 1.2.9 LANGUAGES CXX C) include(GNUInstallDirs)