From 295b1da8c0b1a4219709004888b15c73024dd6b8 Mon Sep 17 00:00:00 2001 From: Peter McGoron Date: Sat, 25 Feb 2023 21:12:50 +0000 Subject: [PATCH] 0.2.0 --- README.md | 2 ++ creole.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d0b731..091c051 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Version 0.2.0 + Creole is a bytecode designed for microcontrollers. It's C source file is less than 1000 lines long and does not depend on the C standard library. diff --git a/creole.h b/creole.h index 9ca8247..fe888ef 100644 --- a/creole.h +++ b/creole.h @@ -18,7 +18,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include #define CREOLE_MAJOR 0 -#define CREOLE_MINOR 1 +#define CREOLE_MINOR 2 #define CREOLE_BUGFIX 0 #ifndef CREOLE_WORD