From 8fd8bb36b3e77037ba6fcaa23f82358fa4f88c2f Mon Sep 17 00:00:00 2001 From: danicampora Date: Wed, 21 Oct 2015 16:42:14 +0200 Subject: [PATCH] cc3200: Bump version to 1.1.0 Incluides several improvements and a few API changes to comply with the new hardware API. --- cc3200/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ */