提交 a934c3e2 编写于 作者: S Simon Fels

Set version to 0.1.0

上级 c4004459
......@@ -27,15 +27,15 @@ namespace build {
/// @brief version_major marks the major version of the library. The constant is
/// meant to be used
/// by client code both at build and runtime, enabling version checks.
static constexpr const std::uint32_t version_major{1};
static constexpr const std::uint32_t version_major{0};
/// @brief version_major marks the minor version of the library. The constant is
/// meant to be used
/// by client code both at build and runtime, enabling version checks.
static constexpr const std::uint32_t version_minor{0};
static constexpr const std::uint32_t version_minor{1};
/// @brief version_patch marks the major version of the library. The constant is
/// meant to be used
/// by client code both at build and runtime, enabling version checks.
static constexpr const std::uint32_t version_patch{1};
static constexpr const std::uint32_t version_patch{0};
} // namespace build
/// @brief version queries the version of the library, placing the result in
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册