From 999acba06f2a93213a33a8c4353b63672cbde0aa Mon Sep 17 00:00:00 2001 From: ruby0x1 Date: Thu, 3 Dec 2020 09:41:27 -0800 Subject: [PATCH] bump version to 0.4.0, since that's the one we're working on --- src/include/wren.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/wren.h b/src/include/wren.h index e70ef2ed..d6e58360 100644 --- a/src/include/wren.h +++ b/src/include/wren.h @@ -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.