all: post-release version bump
This commit is contained in:
parent
33cdcb0e82
commit
8944e90175
@ -224,7 +224,7 @@ endif()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(t upx)
|
set(t upx)
|
||||||
target_include_directories(${t} PRIVATE vendor vendor/boost-pfr/include)
|
target_include_directories(${t} PRIVATE vendor)
|
||||||
target_compile_definitions(${t} PRIVATE $<$<CONFIG:Debug>:DEBUG=1>)
|
target_compile_definitions(${t} PRIVATE $<$<CONFIG:Debug>:DEBUG=1>)
|
||||||
if(GITREV_SHORT)
|
if(GITREV_SHORT)
|
||||||
target_compile_definitions(${t} PRIVATE UPX_VERSION_GITREV="${GITREV_SHORT}${GITREV_PLUS}")
|
target_compile_definitions(${t} PRIVATE UPX_VERSION_GITREV="${GITREV_SHORT}${GITREV_PLUS}")
|
||||||
|
|||||||
3
NEWS
3
NEWS
@ -2,6 +2,9 @@
|
|||||||
User visible changes for UPX
|
User visible changes for UPX
|
||||||
==================================================================
|
==================================================================
|
||||||
|
|
||||||
|
Changes in 4.0.3 (XX XXX 2023):
|
||||||
|
* bug fixes - see https://github.com/upx/upx/milestone/11
|
||||||
|
|
||||||
Changes in 4.0.2 (30 Jan 2023):
|
Changes in 4.0.2 (30 Jan 2023):
|
||||||
* bug fixes - see https://github.com/upx/upx/milestone/9
|
* bug fixes - see https://github.com/upx/upx/milestone/9
|
||||||
|
|
||||||
|
|||||||
@ -133,7 +133,7 @@
|
|||||||
.\" ========================================================================
|
.\" ========================================================================
|
||||||
.\"
|
.\"
|
||||||
.IX Title "UPX 1"
|
.IX Title "UPX 1"
|
||||||
.TH UPX 1 "2023-01-30" "upx 4.0.2" " "
|
.TH UPX 1 "2023-01-30" "upx 4.0.3" " "
|
||||||
.\" 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,6 +1,6 @@
|
|||||||
#define UPX_VERSION_HEX 0x040002 /* 04.00.02 */
|
#define UPX_VERSION_HEX 0x040003 /* 04.00.03 */
|
||||||
#define UPX_VERSION_STRING "4.0.2"
|
#define UPX_VERSION_STRING "4.0.3"
|
||||||
#define UPX_VERSION_STRING4 "4.02"
|
#define UPX_VERSION_STRING4 "4.03"
|
||||||
#define UPX_VERSION_DATE "Jan 30th 2023"
|
#define UPX_VERSION_DATE "Jan 30th 2023"
|
||||||
#define UPX_VERSION_DATE_ISO "2023-01-30"
|
#define UPX_VERSION_DATE_ISO "2023-01-30"
|
||||||
#define UPX_VERSION_YEAR "2023"
|
#define UPX_VERSION_YEAR "2023"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user