Skip to content

Commit

Permalink
update version to match last windows build made. (going to try to do …
Browse files Browse the repository at this point in the history
…more development soon. made a bunch of issues to go through haha)
  • Loading branch information
Bananattack committed May 2, 2019
1 parent bbe37bc commit a4bef4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wiz/compiler/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

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

// Numeric version format:
// major (4 digits)
// minor (2 digits)
// revision (2 digits).
const std::uint32_t ID = UINT64_C(100);
const std::uint32_t ID = UINT64_C(101);
}
}

0 comments on commit a4bef4d

Please sign in to comment.