Skip to content

Commit 3373cec

Browse files
Bump version to 4.0.1
1 parent d49db3b commit 3373cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
1616
project(amqpcpp)
1717
set (VERSION_MAJOR 4)
1818
set (VERSION_MINOR 0)
19-
set (VERSION_PATCH 0)
19+
set (VERSION_PATCH 1)
2020
set (SO_VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
2121

2222
# build options

0 commit comments

Comments
 (0)