mirror of
https://github.com/upx/upx.git
synced 2025-08-07 22:46:51 +08:00
all: bump tentative release date
This commit is contained in:
2
NEWS
2
NEWS
@ -2,7 +2,7 @@
|
||||
User visible changes for UPX
|
||||
==================================================================
|
||||
|
||||
Changes in 4.0.0 (23 Oct 2022):
|
||||
Changes in 4.0.0 (30 Oct 2022):
|
||||
* Switch to semantic versioning
|
||||
* SECURITY NOTES: emphasize the security context in the docs
|
||||
* Add support for EFI files (PE x86; Kornel Pal)
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43)
|
||||
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42)
|
||||
.\"
|
||||
.\" Standard preamble:
|
||||
.\" ========================================================================
|
||||
@ -133,7 +133,7 @@
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "UPX 1"
|
||||
.TH UPX 1 "2022-10-23" "upx 4.0.0" " "
|
||||
.TH UPX 1 "2022-10-30" "upx 4.0.0" " "
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
@ -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 "Oct 23rd 2022"
|
||||
#define UPX_VERSION_DATE_ISO "2022-10-23"
|
||||
#define UPX_VERSION_DATE "Oct 30th 2022"
|
||||
#define UPX_VERSION_DATE_ISO "2022-10-30"
|
||||
#define UPX_VERSION_YEAR "2022"
|
||||
|
||||
/* vim:set ts=4 sw=4 et: */
|
||||
|
Reference in New Issue
Block a user