Skip to content

Commit d07a8e8

Browse files
committed
Bump version and update changelog
1 parent fcc747c commit d07a8e8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.11.1
2+
=======
3+
Updated UML diagrams.
4+
5+
16
v0.11.0
27
=======
38
Polymorphic codecs and transports.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cmake_minimum_required (VERSION 3.12)
3838
include_guard()
3939

4040
project(CppWAMP
41-
VERSION 0.11.0
41+
VERSION 0.11.1
4242
LANGUAGES CXX)
4343

4444
include(ProcessorCount)

cppwamp/include/cppwamp/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define CPPWAMP_MINOR_VERSION 11
2323

2424
/// Patch version for backwards-compatible bug fixes.
25-
#define CPPWAMP_PATCH_VERSION 0
25+
#define CPPWAMP_PATCH_VERSION 1
2626

2727
/// Integer version number, computed as `(major*10000) + (minor*100) + patch`
2828
#define CPPWAMP_VERSION \

0 commit comments

Comments
 (0)