We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63cff6 commit b75bc09Copy full SHA for b75bc09
include/hatn/validator/version.hpp
@@ -33,11 +33,11 @@ Distributed under the Boost Software License, Version 1.0.
33
34
//! @ingroup group-config
35
//! Macro expanding to the minor version of the library, i.e. the `y` in `x.y.z`.
36
-#define HATN_VALIDATOR_MINOR_VERSION 0
+#define HATN_VALIDATOR_MINOR_VERSION 1
37
38
39
//! Macro expanding to the patch level of the library, i.e. the `z` in `x.y.z`.
40
-#define HATN_VALIDATOR_PATCH_VERSION 3
+#define HATN_VALIDATOR_PATCH_VERSION 1
41
42
43
//! Macro expanding to the full version of the library, in hexadecimal
0 commit comments