diff options
author | Daniel Campora <daniel@wipy.io> | 2015-09-28 00:14:25 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-09-28 00:14:25 +0200 |
commit | ff736d6f6f47aed6f2c2b5664bfaba320b87e3a3 (patch) | |
tree | 0f50d04fa256fc92ee1bc4cc2cfc8875b54fcb64 | |
parent | d88d3b0b3a843d8a1961f510f1fc56eb09dd59fd (diff) | |
download | micropython-ff736d6f6f47aed6f2c2b5664bfaba320b87e3a3.tar.gz micropython-ff736d6f6f47aed6f2c2b5664bfaba320b87e3a3.zip |
cc3200: WiPy SW v1.0.0 release.
-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 8736998576..ad66db31d2 100644 --- a/cc3200/version.h +++ b/cc3200/version.h @@ -27,6 +27,6 @@ #ifndef VERSION_H_
#define VERSION_H_
-#define WIPY_SW_VERSION_NUMBER "0.9.1"
+#define WIPY_SW_VERSION_NUMBER "1.0.0"
#endif /* VERSION_H_ */
|