【更新】版本号。

Signed-off-by: armink <armink.ztl@gmail.com>
pull/73/head
armink 6 years ago
parent e8483594f3
commit 46eca3f7b6

@ -1,6 +1,6 @@
# EasyFlash
[![GitHub release](https://img.shields.io/github/release/armink/EasyFlash.svg)](https://github.com/armink/EasyFlash/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/armink/EasyFlash/3.3.0.svg)](https://github.com/armink/EasyFlash/compare/3.3.0...master) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/armink/EasyFlash/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/armink/EasyFlash.svg)](https://github.com/armink/EasyFlash/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/armink/EasyFlash/4.0.0.svg)](https://github.com/armink/EasyFlash/compare/4.0.0...master) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/armink/EasyFlash/master/LICENSE)
## 1、介绍[English](#1-introduction)

@ -65,8 +65,8 @@ if (!(EXPR)) \
#endif
/* EasyFlash software version number */
#define EF_SW_VERSION "4.0.0"
#define EF_SW_VERSION_NUM 0x40000
#define EF_SW_VERSION "4.0.99"
#define EF_SW_VERSION_NUM 0x40099
typedef struct _ef_env {
char *key;

Loading…
Cancel
Save