all: version bump

This commit is contained in:
Markus F.X.J. Oberhumer 2025-10-24 22:02:13 +02:00
parent 31ff38049f
commit 09d7d08e55
4 changed files with 8 additions and 8 deletions

View File

@ -64,7 +64,7 @@ option(UPX_CONFIG_DISABLE_EXHAUSTIVE_TESTS "Do not run exhaustive tests."
# init
#***********************************************************************
set(UPX_VERSION_STRING "5.0.3") # this should match src/version.h
set(UPX_VERSION_STRING "5.1.0") # this should match src/version.h
upx_cmake_include_hook(2_init)

2
NEWS
View File

@ -2,7 +2,7 @@
User visible changes for UPX
==================================================================
Changes in 5.0.3 (XX XXX XXXX):
Changes in 5.1.0 (XX XXX XXXX):
* bug fixes - see https://github.com/upx/upx/milestone/21
Changes in 5.0.2 (20 Jul 2025):

2
doc/upx.1 generated
View File

@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "UPX 1"
.TH UPX 1 2025-07-21 "upx 5.0.3" " "
.TH UPX 1 2025-10-24 "upx 5.1.0" " "
.\" 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,7 +1,7 @@
#pragma once
#define UPX_VERSION_HEX 0x050003 /* 05.00.03 */
#define UPX_VERSION_STRING "5.0.3"
#define UPX_VERSION_STRING4 "5.03"
#define UPX_VERSION_DATE "Jul 21st 2025"
#define UPX_VERSION_DATE_ISO "2025-07-21"
#define UPX_VERSION_HEX 0x050100 /* 05.01.00 */
#define UPX_VERSION_STRING "5.1.0"
#define UPX_VERSION_STRING4 "5.10"
#define UPX_VERSION_DATE "Oct 24th 2025"
#define UPX_VERSION_DATE_ISO "2025-10-24"
#define UPX_VERSION_YEAR "2025"