Bumped version string to stop confusing myself.

This commit is contained in:
Johny Mattsson 2015-10-06 18:25:20 +11:00
parent e4ba75652d
commit 7d0b13df81
1 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
#ifndef __USER_VERSION_H__
#define __USER_VERSION_H__
#define NODE_VERSION_MAJOR 0U
#define NODE_VERSION_MINOR 9U
#define NODE_VERSION_REVISION 6U
#define NODE_VERSION_MAJOR 1U
#define NODE_VERSION_MINOR 4U
#define NODE_VERSION_REVISION 0U
#define NODE_VERSION_INTERNAL 0U
#define NODE_VERSION "NodeMCU 0.9.6"
#define BUILD_DATE "build 20150627"
#define NODE_VERSION "NodeMCU 1.4.0"
#define BUILD_DATE "build 20151006"
#endif /* __USER_VERSION_H__ */