【更新】软件版本号至 3.3.0 。

Signed-off-by: armink <armink.ztl@gmail.com>
pull/42/head 3.3.0
armink 7 years ago
parent a3947877d6
commit cd2050b9ec

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2014-2018 Armink (armink.ztl@gmail.com) Copyright (c) 2014-2019 Armink (armink.ztl@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the

@ -1,6 +1,6 @@
# EasyFlash # 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.2.1.svg)](https://github.com/armink/EasyFlash/compare/3.2.1...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/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)
## 1、介绍[English](#1-introduction) ## 1、介绍[English](#1-introduction)

@ -76,8 +76,8 @@ if (!(EXPR)) \
#endif #endif
/* EasyFlash software version number */ /* EasyFlash software version number */
#define EF_SW_VERSION "3.2.4" #define EF_SW_VERSION "3.3.0"
#define EF_SW_VERSION_NUM 0x30204 #define EF_SW_VERSION_NUM 0x30300
typedef struct _ef_env { typedef struct _ef_env {
char *key; char *key;

Loading…
Cancel
Save