Skip to content

Commit 2e16457

Browse files
authored
v0.2.0 (#123)
1 parent 1d71715 commit 2e16457

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
@@ -2,7 +2,7 @@
22
# Licensed under the MIT license.
33

44
set(MSCCLPP_MAJOR "0")
5-
set(MSCCLPP_MINOR "1")
5+
set(MSCCLPP_MINOR "2")
66
set(MSCCLPP_PATCH "0")
77

88
set(MSCCLPP_SOVERSION ${MSCCLPP_MAJOR})

include/mscclpp/core.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define MSCCLPP_CORE_HPP_
66

77
#define MSCCLPP_MAJOR 0
8-
#define MSCCLPP_MINOR 1
8+
#define MSCCLPP_MINOR 2
99
#define MSCCLPP_PATCH 0
1010
#define MSCCLPP_VERSION (MSCCLPP_MAJOR * 10000 + MSCCLPP_MINOR * 100 + MSCCLPP_PATCH)
1111

0 commit comments

Comments
 (0)