Skip to content

Commit bddceb7

Browse files
Bump version to 4.0.0
1 parent 1dd0476 commit bddceb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
1414

1515
# project name
1616
project(amqpcpp)
17-
set (VERSION_MAJOR 3)
18-
set (VERSION_MINOR 2)
17+
set (VERSION_MAJOR 4)
18+
set (VERSION_MINOR 0)
1919
set (VERSION_PATCH 0)
2020
set (SO_VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
2121

0 commit comments

Comments
 (0)