-
Notifications
You must be signed in to change notification settings - Fork 769
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: armink <[email protected]>
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2014-2019 Armink ([email protected]) | ||
Copyright (c) 2014-2020 Armink ([email protected]) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* This file is part of the EasyFlash Library. | ||
* | ||
* Copyright (c) 2019, Armink, <[email protected]> | ||
* Copyright (c) 2019-2020, Armink, <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining | ||
* a copy of this software and associated documentation files (the | ||
|
@@ -34,8 +34,8 @@ extern "C" { | |
#endif | ||
|
||
/* EasyFlash software version number */ | ||
#define EF_SW_VERSION "4.0.99" | ||
#define EF_SW_VERSION_NUM 0x40099 | ||
#define EF_SW_VERSION "4.1.0" | ||
#define EF_SW_VERSION_NUM 0x40100 | ||
|
||
/* | ||
* ENV version number defined by user. | ||
|