mirror of https://github.com/upx/upx.git
src: bump tentative release date
This commit is contained in:
parent
c69fcfff9d
commit
4603f1df4b
2
NEWS
2
NEWS
|
@ -2,7 +2,7 @@
|
|||
User visible changes for UPX
|
||||
==================================================================
|
||||
|
||||
Changes in 4.0.0 (XX XXX 2021):
|
||||
Changes in 4.0.0 (30 Sep 2022):
|
||||
* Switch to semantic versioning
|
||||
* SECURITY NOTES: emphasize the security context in the docs
|
||||
* Add support for EFI files (PE x86; Kornel Pal)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#define UPX_VERSION_HEX 0x040000 /* 04.00.00 */
|
||||
#define UPX_VERSION_STRING "4.0.0"
|
||||
#define UPX_VERSION_STRING4 "4.00"
|
||||
#define UPX_VERSION_DATE "Jan 1st 2021"
|
||||
#define UPX_VERSION_DATE_ISO "2021-01-01"
|
||||
#define UPX_VERSION_YEAR "2021"
|
||||
#define UPX_VERSION_DATE "Sep 30th 2022"
|
||||
#define UPX_VERSION_DATE_ISO "2022-09-30"
|
||||
#define UPX_VERSION_YEAR "2022"
|
||||
|
||||
/* vim:set ts=4 sw=4 et: */
|
||||
|
|
Loading…
Reference in New Issue