From 6469970fd09a72165d4094e42cccbde74b863e21 Mon Sep 17 00:00:00 2001 From: Peter McGoron Date: Thu, 2 Mar 2023 17:32:11 +0000 Subject: [PATCH] 0.2.1 --- README.md | 2 +- creole.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 091c051..932339f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Version 0.2.0 +Version 0.2.1 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 diff --git a/creole.h b/creole.h index fe888ef..d32ebe4 100644 --- a/creole.h +++ b/creole.h @@ -19,7 +19,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #define CREOLE_MAJOR 0 #define CREOLE_MINOR 2 -#define CREOLE_BUGFIX 0 +#define CREOLE_BUGFIX 1 #ifndef CREOLE_WORD # define CREOLE_WORD unsigned int