Skip to content

Commit

Permalink
Bump version to 4.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalGoslawski committed May 14, 2021
1 parent 5612ea6 commit 58052cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.4 FATAL_ERROR)
project(amqpcpp)
set (VERSION_MAJOR 4)
set (VERSION_MINOR 3)
set (VERSION_PATCH 11)
set (VERSION_PATCH 12)
set (SO_VERSION ${VERSION_MAJOR}.${VERSION_MINOR})

# build options
Expand Down

0 comments on commit 58052cc

Please sign in to comment.