all: version bump
This commit is contained in:
parent
31ff38049f
commit
09d7d08e55
@ -64,7 +64,7 @@ option(UPX_CONFIG_DISABLE_EXHAUSTIVE_TESTS "Do not run exhaustive tests."
|
|||||||
# init
|
# 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)
|
upx_cmake_include_hook(2_init)
|
||||||
|
|
||||||
|
|||||||
2
NEWS
2
NEWS
@ -2,7 +2,7 @@
|
|||||||
User visible changes for UPX
|
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
|
* bug fixes - see https://github.com/upx/upx/milestone/21
|
||||||
|
|
||||||
Changes in 5.0.2 (20 Jul 2025):
|
Changes in 5.0.2 (20 Jul 2025):
|
||||||
|
|||||||
2
doc/upx.1
generated
2
doc/upx.1
generated
@ -55,7 +55,7 @@
|
|||||||
.\" ========================================================================
|
.\" ========================================================================
|
||||||
.\"
|
.\"
|
||||||
.IX Title "UPX 1"
|
.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
|
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||||
.\" way too many mistakes in technical documents.
|
.\" way too many mistakes in technical documents.
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#define UPX_VERSION_HEX 0x050003 /* 05.00.03 */
|
#define UPX_VERSION_HEX 0x050100 /* 05.01.00 */
|
||||||
#define UPX_VERSION_STRING "5.0.3"
|
#define UPX_VERSION_STRING "5.1.0"
|
||||||
#define UPX_VERSION_STRING4 "5.03"
|
#define UPX_VERSION_STRING4 "5.10"
|
||||||
#define UPX_VERSION_DATE "Jul 21st 2025"
|
#define UPX_VERSION_DATE "Oct 24th 2025"
|
||||||
#define UPX_VERSION_DATE_ISO "2025-07-21"
|
#define UPX_VERSION_DATE_ISO "2025-10-24"
|
||||||
#define UPX_VERSION_YEAR "2025"
|
#define UPX_VERSION_YEAR "2025"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user