diff options
author | danicampora <daniel@wipy.io> | 2015-10-21 16:42:14 +0200 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2015-10-21 16:42:14 +0200 |
commit | 8fd8bb36b3e77037ba6fcaa23f82358fa4f88c2f (patch) | |
tree | 4c349f97ebf9875ace6525d0f0cc76a68378de03 | |
parent | 3b24e83731c4eeefb0965114a3957f0060150968 (diff) | |
download | micropython-8fd8bb36b3e77037ba6fcaa23f82358fa4f88c2f.tar.gz micropython-8fd8bb36b3e77037ba6fcaa23f82358fa4f88c2f.zip |
cc3200: Bump version to 1.1.0
Incluides several improvements and a few API changes to comply
with the new hardware API.
-rw-r--r-- | cc3200/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/version.h b/cc3200/version.h index ad66db31d2..e4f1add6f2 100644 --- a/cc3200/version.h +++ b/cc3200/version.h @@ -27,6 +27,6 @@ #ifndef VERSION_H_
#define VERSION_H_
-#define WIPY_SW_VERSION_NUMBER "1.0.0"
+#define WIPY_SW_VERSION_NUMBER "1.1.0"
#endif /* VERSION_H_ */
|