src: bump tentative release date

This commit is contained in:
Markus F.X.J. Oberhumer 2022-08-29 22:14:28 +02:00
parent c69fcfff9d
commit 4603f1df4b
2 changed files with 4 additions and 4 deletions

2
NEWS
View File

@ -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)

View File

@ -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: */