Skip to content

Commit cd2050b

Browse files
committed
【更新】软件版本号至 3.3.0 。
Signed-off-by: armink <[email protected]>
1 parent a394787 commit cd2050b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2018 Armink ([email protected])
3+
Copyright (c) 2014-2019 Armink ([email protected])
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EasyFlash
22

3-
[![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)
3+
[![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)
44

55
## 1、介绍([English](#1-introduction)
66

easyflash/inc/easyflash.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ if (!(EXPR)) \
7676
#endif
7777

7878
/* EasyFlash software version number */
79-
#define EF_SW_VERSION "3.2.4"
80-
#define EF_SW_VERSION_NUM 0x30204
79+
#define EF_SW_VERSION "3.3.0"
80+
#define EF_SW_VERSION_NUM 0x30300
8181

8282
typedef struct _ef_env {
8383
char *key;

0 commit comments

Comments
 (0)