Set version to 0.1.0

This commit is contained in:
Simon Fels 2017-03-12 13:49:22 +01:00
commit a934c3e2de

View file

@ -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