0.2.0 prep work

This commit is contained in:
underscorediscovery
2019-09-30 21:38:08 -07:00
parent 3eb4ac1419
commit 5338275dcd
2 changed files with 43 additions and 2 deletions
+2 -2
View File
@@ -7,11 +7,11 @@
// The Wren semantic version number components.
#define WREN_VERSION_MAJOR 0
#define WREN_VERSION_MINOR 1
#define WREN_VERSION_MINOR 2
#define WREN_VERSION_PATCH 0
// A human-friendly string representation of the version.
#define WREN_VERSION_STRING "0.1.0"
#define WREN_VERSION_STRING "0.2.0"
// A monotonically increasing numeric representation of the version number. Use
// this if you want to do range checks over versions.