From 60a0544314383f3a3e8425d01c2bf8c51085ccba Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sun, 23 Oct 2022 23:15:00 +0200 Subject: [PATCH] all: bump tentative release date --- NEWS | 2 +- doc/upx.1 | 4 ++-- src/version.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 1dbec3e3..c04f3303 100644 --- a/NEWS +++ b/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) diff --git a/doc/upx.1 b/doc/upx.1 index e6a40fc4..2b5819bb 100644 --- a/doc/upx.1 +++ b/doc/upx.1 @@ -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 diff --git a/src/version.h b/src/version.h index 83681c0a..1b3fe1ba 100644 --- a/src/version.h +++ b/src/version.h @@ -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: */