1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer 2023-08-08 12:43:47 +02:00
parent 8779113131
commit 44fd11f4dd
4 changed files with 8 additions and 5 deletions

View File

@ -141,7 +141,7 @@ if(NOT is_multi_config AND NOT CMAKE_BUILD_TYPE)
endif()
# CMake init
project(upx VERSION 4.1.0 LANGUAGES C CXX)
project(upx VERSION 4.2.0 LANGUAGES C CXX)
# set the default multi-config build type to "Release"
if(is_multi_config)

3
NEWS
View File

@ -2,6 +2,9 @@
User visible changes for UPX
==================================================================
Changes in 4.2.0 (XX XXX 2023):
* bug fixes - see https://github.com/upx/upx/milestone/13
Changes in 4.1.0 (08 Aug 2023):
* ELF: handle shared libraries with more than 2 PT_LOAD segments
* bug fixes - see https://github.com/upx/upx/milestone/11

2
doc/upx.1 generated
View File

@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "UPX 1"
.TH UPX 1 "2023-08-08" "upx 4.1.0" " "
.TH UPX 1 "2023-08-08" "upx 4.2.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,6 +1,6 @@
#define UPX_VERSION_HEX 0x040100 /* 04.01.00 */
#define UPX_VERSION_STRING "4.1.0"
#define UPX_VERSION_STRING4 "4.10"
#define UPX_VERSION_HEX 0x040200 /* 04.02.00 */
#define UPX_VERSION_STRING "4.2.0"
#define UPX_VERSION_STRING4 "4.20"
#define UPX_VERSION_DATE "Aug 8th 2023"
#define UPX_VERSION_DATE_ISO "2023-08-08"
#define UPX_VERSION_YEAR "2023"