Skip to content

Commit a4bef4d

Browse files
committed
update version to match last windows build made. (going to try to do more development soon. made a bunch of issues to go through haha)
1 parent bbe37bc commit a4bef4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wiz/compiler/version.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
namespace wiz {
66
namespace version {
7-
extern const char* const Text = "0.1.0 (alpha)";
7+
extern const char* const Text = "0.1.1 (alpha; built 2019-05-02)";
88

99
// Numeric version format:
1010
// major (4 digits)
1111
// minor (2 digits)
1212
// revision (2 digits).
13-
const std::uint32_t ID = UINT64_C(100);
13+
const std::uint32_t ID = UINT64_C(101);
1414
}
1515
}

0 commit comments

Comments
 (0)