Skip to content

Commit 92540da

Browse files
committed
Increment patch version number.
1 parent 8255e36 commit 92540da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppwamp/include/cppwamp/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define CPPWAMP_MINOR_VERSION 5
2121

2222
/// Patch version for backwards-compatible bug fixes.
23-
#define CPPWAMP_PATCH_VERSION 1
23+
#define CPPWAMP_PATCH_VERSION 2
2424

2525
/// Integer version number, computed as `(major*10000) + (minor*100) + patch`
2626
#define CPPWAMP_VERSION 500

0 commit comments

Comments
 (0)