Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ecorm committed Sep 1, 2022
1 parent fcc747c commit d07a8e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.11.1
=======
Updated UML diagrams.


v0.11.0
=======
Polymorphic codecs and transports.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cmake_minimum_required (VERSION 3.12)
include_guard()

project(CppWAMP
VERSION 0.11.0
VERSION 0.11.1
LANGUAGES CXX)

include(ProcessorCount)
Expand Down
2 changes: 1 addition & 1 deletion cppwamp/include/cppwamp/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define CPPWAMP_MINOR_VERSION 11

/// Patch version for backwards-compatible bug fixes.
#define CPPWAMP_PATCH_VERSION 0
#define CPPWAMP_PATCH_VERSION 1

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

0 comments on commit d07a8e8

Please sign in to comment.