Colin Hogben / micropython

Dependents:   micropython-repl

Files at this revision

API Documentation at this revision

Comitter:
Colin Hogben
Date:
Wed Apr 27 22:11:29 2016 +0100
Parent:
9:88f582853243
Commit message:
Update README and version

Changed in this revision

README.md Show annotated file Show diff for this revision Revisions of this file
genhdr/mpversion.h Show annotated file Show diff for this revision Revisions of this file
--- a/README.md	Wed Apr 27 21:34:50 2016 +0100
+++ b/README.md	Wed Apr 27 22:11:29 2016 +0100
@@ -53,6 +53,11 @@
 
 - Asynchronous processing (e.g. events on inputs) is not supported.
 
+More Information
+----------------
+
+Further information may be available on the [mbed MicroPython wiki](https://github.com/infinnovation/micropython/wiki)
+
 Credits
 -------
 
--- a/genhdr/mpversion.h	Wed Apr 27 21:34:50 2016 +0100
+++ b/genhdr/mpversion.h	Wed Apr 27 22:11:29 2016 +0100
@@ -1,7 +1,7 @@
 // This file was generated by py/makeversionhdr.py
-#define MICROPY_GIT_TAG "v1.7-159-g91f2056"
-#define MICROPY_GIT_HASH "91f2056"
-#define MICROPY_BUILD_DATE "2016-04-24"
+#define MICROPY_GIT_TAG "v1.7-239-gac54c48"
+#define MICROPY_GIT_HASH "ac54c48"
+#define MICROPY_BUILD_DATE "2016-04-27"
 #define MICROPY_VERSION_MAJOR (1)
 #define MICROPY_VERSION_MINOR (7)
 #define MICROPY_VERSION_MICRO (0)