src: bump tentative release date
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
User visible changes for UPX
|
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
|
* Switch to semantic versioning
|
||||||
* SECURITY NOTES: emphasize the security context in the docs
|
* SECURITY NOTES: emphasize the security context in the docs
|
||||||
* Add support for EFI files (PE x86; Kornel Pal)
|
* Add support for EFI files (PE x86; Kornel Pal)
|
||||||
|
|||||||
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
#define UPX_VERSION_HEX 0x040000 /* 04.00.00 */
|
#define UPX_VERSION_HEX 0x040000 /* 04.00.00 */
|
||||||
#define UPX_VERSION_STRING "4.0.0"
|
#define UPX_VERSION_STRING "4.0.0"
|
||||||
#define UPX_VERSION_STRING4 "4.00"
|
#define UPX_VERSION_STRING4 "4.00"
|
||||||
#define UPX_VERSION_DATE "Jan 1st 2021"
|
#define UPX_VERSION_DATE "Sep 30th 2022"
|
||||||
#define UPX_VERSION_DATE_ISO "2021-01-01"
|
#define UPX_VERSION_DATE_ISO "2022-09-30"
|
||||||
#define UPX_VERSION_YEAR "2021"
|
#define UPX_VERSION_YEAR "2022"
|
||||||
|
|
||||||
/* vim:set ts=4 sw=4 et: */
|
/* vim:set ts=4 sw=4 et: */
|
||||||
|
|||||||
Reference in New Issue
Block a user