From 43b6ff29e3399d78e1f02d5c6fcaf88f2b12c512 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sun, 29 Jan 2023 15:39:35 +0100 Subject: [PATCH] all: bump tentative release date --- Makefile | 2 -- NEWS | 2 +- doc/upx.1 | 2 +- src/version.h | 4 ++-- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 3c1aec90..974ae247 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/NEWS b/NEWS index d279596e..030d946a 100644 --- a/NEWS +++ b/NEWS @@ -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): diff --git a/doc/upx.1 b/doc/upx.1 index c0442fb9..0a3bf5a4 100644 --- a/doc/upx.1 +++ b/doc/upx.1 @@ -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 diff --git a/src/version.h b/src/version.h index b58719bc..84a352b9 100644 --- a/src/version.h +++ b/src/version.h @@ -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: */