Skip to content

Commit 028ce68

Browse files
committed
Bump version
1 parent a5808cf commit 028ce68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.9.0
41+
VERSION 0.9.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
@@ -23,7 +23,7 @@
2323
#define CPPWAMP_MINOR_VERSION 9
2424

2525
/// Patch version for backwards-compatible bug fixes.
26-
#define CPPWAMP_PATCH_VERSION 0
26+
#define CPPWAMP_PATCH_VERSION 1
2727

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

0 commit comments

Comments
 (0)