all: bump tentative release date

This commit is contained in:
Markus F.X.J. Oberhumer 2023-01-29 15:39:35 +01:00
parent a444a8a704
commit 43b6ff29e3
4 changed files with 4 additions and 6 deletions

View File

@ -40,7 +40,6 @@ build/release: PHONY
# shortcuts
all: build/debug build/release
build: build/release
debug: build/debug
release: build/release
@ -170,7 +169,6 @@ build/xtarget/$(UPX_XTARGET)/%: export CXX
# shortcuts
xtarget/debug: build/xtarget/$(UPX_XTARGET)/debug
xtarget/release: build/xtarget/$(UPX_XTARGET)/release
xtarget: xtarget/release
# set new default
.DEFAULT_GOAL = xtarget/release

2
NEWS
View File

@ -2,7 +2,7 @@
User visible changes for UPX
==================================================================
Changes in 4.0.2 (XX XXX 2023):
Changes in 4.0.2 (29 Jan 2023):
* bug fixes - see https://github.com/upx/upx/milestone/9
Changes in 4.0.1 (16 Nov 2022):

View File

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

View File

@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x040002 /* 04.00.02 */
#define UPX_VERSION_STRING "4.0.2"
#define UPX_VERSION_STRING4 "4.02"
#define UPX_VERSION_DATE "Jan 1st 2023"
#define UPX_VERSION_DATE_ISO "2023-01-01"
#define UPX_VERSION_DATE "Jan 29th 2023"
#define UPX_VERSION_DATE_ISO "2023-01-29"
#define UPX_VERSION_YEAR "2023"
/* vim:set ts=4 sw=4 et: */