File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- v0.7.1
1+ v0.8.0
22======
33Refactored WAMP message processing.
44
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ cmake_minimum_required (VERSION 3.12)
4242include_guard ()
4343
4444project (CppWAMP
45- VERSION 0.7.1
45+ VERSION 0.8.0
4646 LANGUAGES CXX)
4747
4848include (ProcessorCount)
Original file line number Diff line number Diff line change 2020#define CPPWAMP_MAJOR_VERSION 0
2121
2222// / Minor version with functionality added in a backwards-compatible manner.
23- #define CPPWAMP_MINOR_VERSION 7
23+ #define CPPWAMP_MINOR_VERSION 8
2424
2525// / Patch version for backwards-compatible bug fixes.
26- #define CPPWAMP_PATCH_VERSION 1
26+ #define CPPWAMP_PATCH_VERSION 0
2727
2828// / Integer version number, computed as `(major*10000) + (minor*100) + patch`
2929#define CPPWAMP_VERSION 701
You can’t perform that action at this time.
0 commit comments