diff --git a/HISTORY b/HISTORY index 2ec1b3d..6aaf526 100755 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,4 @@ -Dec. 31 2015 +Jan. 1 2016 Version 1.2 Added a new sample script source file Dec. 30 2015 diff --git a/core/my_basic.c b/core/my_basic.c index 010cdb9..795d7cf 100755 --- a/core/my_basic.c +++ b/core/my_basic.c @@ -83,8 +83,8 @@ extern "C" { /** Macros */ #define _VER_MAJOR 1 -#define _VER_MINOR 1 -#define _VER_REVISION 113 +#define _VER_MINOR 2 +#define _VER_REVISION 0 #define _VER_SUFFIX #define _MB_VERSION ((_VER_MAJOR * 0x01000000) + (_VER_MINOR * 0x00010000) + (_VER_REVISION)) #define _STRINGIZE(A) _MAKE_STRINGIZE(A) diff --git a/output/my_basic.exe b/output/my_basic.exe index 6b17015..699e90e 100755 Binary files a/output/my_basic.exe and b/output/my_basic.exe differ diff --git a/output/my_basic_mac b/output/my_basic_mac index ec5c723..f1c56c4 100755 Binary files a/output/my_basic_mac and b/output/my_basic_mac differ