We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe37bc commit a4bef4dCopy full SHA for a4bef4d
src/wiz/compiler/version.cpp
@@ -4,12 +4,12 @@
4
5
namespace wiz {
6
namespace version {
7
- extern const char* const Text = "0.1.0 (alpha)";
+ extern const char* const Text = "0.1.1 (alpha; built 2019-05-02)";
8
9
// Numeric version format:
10
// major (4 digits)
11
// minor (2 digits)
12
// revision (2 digits).
13
- const std::uint32_t ID = UINT64_C(100);
+ const std::uint32_t ID = UINT64_C(101);
14
}
15
0 commit comments