From 46eca3f7b6cf2dbba40dabea2097d1c393349ffc Mon Sep 17 00:00:00 2001 From: armink Date: Sat, 10 Aug 2019 20:39:09 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: armink --- README.md | 2 +- easyflash/inc/easyflash.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b716f8..89c1cb3 100644 --- a/README.md +++ b/README.md @@ -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)) diff --git a/easyflash/inc/easyflash.h b/easyflash/inc/easyflash.h index 9819a06..5d109ea 100644 --- a/easyflash/inc/easyflash.h +++ b/easyflash/inc/easyflash.h @@ -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;