aboutsummaryrefslogtreecommitdiff
path: root/cc3200/version.h
diff options
context:
space:
mode:
authorDaniel Campora2015-04-28 19:53:45 +0200
committerDaniel Campora2015-04-29 00:03:56 +0200
commitf81684141ec7dde97125f8bf6cca8994c7ff09c2 (patch)
tree6c739a030d2c1adac08eeae2e5854af2b6eade58 /cc3200/version.h
parent6fefd5d3308cbe86b81ffb280ffbf945b14c973a (diff)
cc3200: Implement os.uname() to get details of the OS and hardware.
Diffstat (limited to 'cc3200/version.h')
-rw-r--r--cc3200/version.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cc3200/version.h b/cc3200/version.h
index aa8aac58b..873699857 100644
--- a/cc3200/version.h
+++ b/cc3200/version.h
@@ -27,9 +27,6 @@
#ifndef VERSION_H_
#define VERSION_H_
-#define VERSION_NUMBER v0.9.0
-
-#define VERSION_PASTE(name, number) name # number
-#define VERSION_E(name, number) VERSION_PASTE(name, number)
+#define WIPY_SW_VERSION_NUMBER "0.9.1"
#endif /* VERSION_H_ */