diff options
| author | Damien George | 2015-04-21 14:51:49 +0000 |
|---|---|---|
| committer | Damien George | 2015-04-21 14:51:49 +0000 |
| commit | d8837cea6f395bb47863ef7db58ab3984215b7ff (patch) | |
| tree | f34c8b7ad6c8ca1c0208bb06641c854b46c0a5af /py | |
| parent | c3184aea63b6eaf0a0037f691927028ca4be84c2 (diff) | |
stmhal: Implement os.uname() to get details of OS and hardware.
Diffstat (limited to 'py')
| -rwxr-xr-x | py/py-version.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/py-version.sh b/py/py-version.sh index 7db84adda..e86b41ac3 100755 --- a/py/py-version.sh +++ b/py/py-version.sh @@ -35,4 +35,5 @@ cat <<EOF #define MICROPY_VERSION_MAJOR (${ver_major}) #define MICROPY_VERSION_MINOR (${ver_minor}) #define MICROPY_VERSION_MICRO (${ver_micro}) +#define MICROPY_VERSION_STRING "${ver_major}.${ver_minor}.${ver_micro}" EOF |
