user_version.h 296 B

123456789101112
  1. #ifndef __USER_VERSION_H__
  2. #define __USER_VERSION_H__
  3. #define NODE_VERSION_MAJOR 0U
  4. #define NODE_VERSION_MINOR 9U
  5. #define NODE_VERSION_REVISION 5U
  6. #define NODE_VERSION_INTERNAL 0U
  7. #define NODE_VERSION "NodeMCU 0.9.5"
  8. #define BUILD_DATE "build 20150306"
  9. #endif /* __USER_VERSION_H__ */