From e3d24238e448e9c5e1350c51953c50ab7621d70b Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Tue, 12 Mar 2024 18:12:43 +0100 Subject: [PATCH] all: update version --- CMakeLists.txt | 2 +- NEWS | 2 +- doc/upx.1 | 2 +- src/version.h | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c329c6b..e66d0d13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ option(UPX_CONFIG_DISABLE_SELF_PACK_TEST "Do not test packing UPX with itself" O # init #*********************************************************************** -set(UPX_VERSION_STRING "4.3.0") # this should match src/version.h +set(UPX_VERSION_STRING "4.2.3") # this should match src/version.h upx_cmake_include_hook(2_init) diff --git a/NEWS b/NEWS index f1f13d0d..79df6621 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ User visible changes for UPX ================================================================== -Changes in 4.3.0 (XX XXX XXXX): +Changes in 4.2.3 (XX XXX XXXX): * bug fixes - see https://github.com/upx/upx/milestone/16 Changes in 4.2.2 (03 Jan 2024): diff --git a/doc/upx.1 b/doc/upx.1 index f8a9a9ae..1f9fbbac 100644 --- a/doc/upx.1 +++ b/doc/upx.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "UPX 1" -.TH UPX 1 "2024-01-04" "upx 4.3.0" " " +.TH UPX 1 "2024-03-12" "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 diff --git a/src/version.h b/src/version.h index 93961b11..9f649846 100644 --- a/src/version.h +++ b/src/version.h @@ -1,7 +1,7 @@ #pragma once -#define UPX_VERSION_HEX 0x040300 /* 04.03.00 */ -#define UPX_VERSION_STRING "4.3.0" -#define UPX_VERSION_STRING4 "4.30" -#define UPX_VERSION_DATE "Jan 24th 2024" -#define UPX_VERSION_DATE_ISO "2024-01-24" +#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-12" #define UPX_VERSION_YEAR "2024"