diff options
| author | 2023-02-25 21:12:50 +0000 | |
|---|---|---|
| committer | 2023-02-25 21:12:50 +0000 | |
| commit | 295b1da8c0b1a4219709004888b15c73024dd6b8 (patch) | |
| tree | 9af5e0e4c3327dc28281b409224f72e01c0715a1 | |
| parent | add db overwrite (diff) | |
0.2.00.2.0
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | creole.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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. @@ -18,7 +18,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include <stddef.h> #define CREOLE_MAJOR 0 -#define CREOLE_MINOR 1 +#define CREOLE_MINOR 2 #define CREOLE_BUGFIX 0 #ifndef CREOLE_WORD |
