mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 21:58:48 +01:00
bump version to 0.4.0, since that's the one we're working on
This commit is contained in:
@ -7,11 +7,11 @@
|
||||
|
||||
// The Wren semantic version number components.
|
||||
#define WREN_VERSION_MAJOR 0
|
||||
#define WREN_VERSION_MINOR 3
|
||||
#define WREN_VERSION_MINOR 4
|
||||
#define WREN_VERSION_PATCH 0
|
||||
|
||||
// A human-friendly string representation of the version.
|
||||
#define WREN_VERSION_STRING "0.3.0"
|
||||
#define WREN_VERSION_STRING "0.4.0"
|
||||
|
||||
// A monotonically increasing numeric representation of the version number. Use
|
||||
// this if you want to do range checks over versions.
|
||||
|
||||
Reference in New Issue
Block a user