Bump project version in dev branch (for next release)

This commit is contained in:
Jason Rhinelander 2021-05-23 10:36:44 -03:00
parent 26745299ed
commit 3991f50547
1 changed files with 1 additions and 1 deletions

View File

@ -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.5
VERSION 1.2.6
LANGUAGES CXX C)
include(GNUInstallDirs)