Skip to content

Commit 5a993e5

Browse files
committed
Bump version
1 parent 0c64dea commit 5a993e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cmake_minimum_required (VERSION 3.12)
4242
include_guard()
4343

4444
project(CppWAMP
45-
VERSION 0.7.0
45+
VERSION 0.7.1
4646
LANGUAGES CXX)
4747

4848
include(ProcessorCount)

cppwamp/include/cppwamp/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
#define CPPWAMP_MINOR_VERSION 7
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`
29-
#define CPPWAMP_VERSION 700
29+
#define CPPWAMP_VERSION 701
3030

3131
namespace wamp
3232
{

0 commit comments

Comments
 (0)