1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

updated version.h for consistency

This commit is contained in:
Bogdan Marinescu 2013-04-01 23:10:36 +03:00
parent 8a14d53859
commit 1d43a6e905
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
#ifndef __VERSION_H__
#define __VERSION_H__
#define ELUA_VERSION v0.8
#define ELUA_STR_VERSION "v0.8"
#define ELUA_VERSION v0.9
#define ELUA_STR_VERSION "v0.9"
#endif

View File

@ -16,7 +16,8 @@ local boards =
{ board = 'ATEVK1101', options = '' },
'ET-STM32', 'EAGLE-100', 'ELUA-PUC', 'MBED',
{ board = 'MIZAR32', options = "target=lualong" },
{ board = 'PC', options = "" }
{ board = 'PC', options = "" },
'NETDUINO', 'EK-LM3S9D92', 'SOLDERCORE'
}
local function docmd( cmd )