all: prepare for release

This commit is contained in:
Markus F.X.J. Oberhumer 2024-03-27 13:57:30 +01:00
parent 543cfe0a73
commit 5bef968068
4 changed files with 4 additions and 4 deletions

2
NEWS
View File

@ -2,7 +2,7 @@
User visible changes for UPX
==================================================================
Changes in 4.2.3 (XX XXX XXXX):
Changes in 4.2.3 (27 Mar 2024):
* bug fixes - see https://github.com/upx/upx/milestone/16
Changes in 4.2.2 (03 Jan 2024):

2
doc/upx.1 generated
View File

@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "UPX 1"
.TH UPX 1 "2024-03-16" "upx 4.2.3" " "
.TH UPX 1 "2024-03-27" "upx 4.2.3" " "
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

View File

@ -2,6 +2,6 @@
#define UPX_VERSION_HEX 0x040203 /* 04.02.03 */
#define UPX_VERSION_STRING "4.2.3"
#define UPX_VERSION_STRING4 "4.23"
#define UPX_VERSION_DATE "Mar 12th 2024"
#define UPX_VERSION_DATE_ISO "2024-03-16"
#define UPX_VERSION_DATE "Mar 27th 2024"
#define UPX_VERSION_DATE_ISO "2024-03-27"
#define UPX_VERSION_YEAR "2024"