We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d71715 commit 2e16457Copy full SHA for 2e16457
CMakeLists.txt
@@ -2,7 +2,7 @@
2
# Licensed under the MIT license.
3
4
set(MSCCLPP_MAJOR "0")
5
-set(MSCCLPP_MINOR "1")
+set(MSCCLPP_MINOR "2")
6
set(MSCCLPP_PATCH "0")
7
8
set(MSCCLPP_SOVERSION ${MSCCLPP_MAJOR})
include/mscclpp/core.hpp
@@ -5,7 +5,7 @@
#define MSCCLPP_CORE_HPP_
#define MSCCLPP_MAJOR 0
-#define MSCCLPP_MINOR 1
+#define MSCCLPP_MINOR 2
9
#define MSCCLPP_PATCH 0
10
#define MSCCLPP_VERSION (MSCCLPP_MAJOR * 10000 + MSCCLPP_MINOR * 100 + MSCCLPP_PATCH)
11
0 commit comments