0.2.1
This commit is contained in:
parent
a1ac44ab70
commit
6469970fd0
|
@ -1,4 +1,4 @@
|
||||||
Version 0.2.0
|
Version 0.2.1
|
||||||
|
|
||||||
Creole is a bytecode designed for microcontrollers. It's C source file
|
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
|
is less than 1000 lines long and does not depend on the C standard
|
||||||
|
|
2
creole.h
2
creole.h
|
@ -19,7 +19,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
|
||||||
|
|
||||||
#define CREOLE_MAJOR 0
|
#define CREOLE_MAJOR 0
|
||||||
#define CREOLE_MINOR 2
|
#define CREOLE_MINOR 2
|
||||||
#define CREOLE_BUGFIX 0
|
#define CREOLE_BUGFIX 1
|
||||||
|
|
||||||
#ifndef CREOLE_WORD
|
#ifndef CREOLE_WORD
|
||||||
# define CREOLE_WORD unsigned int
|
# define CREOLE_WORD unsigned int
|
||||||
|
|
Loading…
Reference in New Issue