From fdec47a83daab27414fe2c4f617ced1c78365008 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 16 Nov 2022 23:15:38 +0100 Subject: [PATCH] all: prepare for release --- NEWS | 2 +- doc/upx.1 | 2 +- src/version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 21271985..ba99d698 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ User visible changes for UPX ================================================================== -Changes in 4.0.1 (XX XXX 2022): +Changes in 4.0.1 (16 Nov 2022): * bug fixes - see https://github.com/upx/upx/milestone/8 Changes in 4.0.0 (28 Oct 2022): diff --git a/doc/upx.1 b/doc/upx.1 index fb7e6163..e9f8b332 100644 --- a/doc/upx.1 +++ b/doc/upx.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "UPX 1" -.TH UPX 1 "2022-10-29" "upx 4.0.1" " " +.TH UPX 1 "2022-11-16" "upx 4.0.1" " " .\" 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 1fb7b28e..a740196a 100644 --- a/src/version.h +++ b/src/version.h @@ -1,8 +1,8 @@ #define UPX_VERSION_HEX 0x040001 /* 04.00.01 */ #define UPX_VERSION_STRING "4.0.1" #define UPX_VERSION_STRING4 "4.01" -#define UPX_VERSION_DATE "Oct 29th 2022" -#define UPX_VERSION_DATE_ISO "2022-10-29" +#define UPX_VERSION_DATE "Nov 16th 2022" +#define UPX_VERSION_DATE_ISO "2022-11-16" #define UPX_VERSION_YEAR "2022" /* vim:set ts=4 sw=4 et: */