1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

all: bump tentative release date

This commit is contained in:
Markus F.X.J. Oberhumer 2022-10-18 21:07:48 +02:00
parent 79b1b1a586
commit 13276d93fa
3 changed files with 5 additions and 4 deletions

3
NEWS
View File

@ -2,10 +2,11 @@
User visible changes for UPX User visible changes for UPX
================================================================== ==================================================================
Changes in 4.0.0 (30 Sep 2022): Changes in 4.0.0 (23 Oct 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)
* Support building with CMake
* bug fixes - see https://github.com/upx/upx/milestone/6 * bug fixes - see https://github.com/upx/upx/milestone/6
Changes in 3.96 (23 Jan 2020): Changes in 3.96 (23 Jan 2020):

View File

@ -133,7 +133,7 @@
.\" ======================================================================== .\" ========================================================================
.\" .\"
.IX Title "UPX 1" .IX Title "UPX 1"
.TH UPX 1 "2022-09-30" "upx 4.0.0" " " .TH UPX 1 "2022-10-23" "upx 4.0.0" " "
.\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents. .\" way too many mistakes in technical documents.
.if n .ad l .if n .ad l

View File

@ -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 "Sep 30th 2022" #define UPX_VERSION_DATE "Oct 23rd 2022"
#define UPX_VERSION_DATE_ISO "2022-09-30" #define UPX_VERSION_DATE_ISO "2022-10-23"
#define UPX_VERSION_YEAR "2022" #define UPX_VERSION_YEAR "2022"
/* vim:set ts=4 sw=4 et: */ /* vim:set ts=4 sw=4 et: */