diff options
author | danicampora <daniel@wipy.io> | 2016-02-27 00:12:21 +0100 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2016-02-27 00:19:53 +0100 |
commit | 8a180845711d881d31876a43259092eaf03268f7 (patch) | |
tree | 86cb5af5bc4af50e2d7628f5e7fc3185b02de17f | |
parent | ac236625505014ea74a3b443962a7b27e1552a96 (diff) |
cc3200: Update WiPy software version to 1.2.0
-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 50b7d19c5..c8315d771 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.1.1"
+#define WIPY_SW_VERSION_NUMBER "1.2.0"
#endif /* VERSION_H_ */
|