mirror of
https://github.com/upx/upx.git
synced 2024-12-04 02:42:20 +00:00
all: prepare for release
This commit is contained in:
parent
2962dc351b
commit
3757579ffc
2
NEWS
2
NEWS
@ -2,7 +2,7 @@
|
|||||||
User visible changes for UPX
|
User visible changes for UPX
|
||||||
==================================================================
|
==================================================================
|
||||||
|
|
||||||
Changes in 4.2.4 (XX XXX XXXX):
|
Changes in 4.2.4 (09 May 2024):
|
||||||
* bug fixes - see https://github.com/upx/upx/milestone/17
|
* bug fixes - see https://github.com/upx/upx/milestone/17
|
||||||
|
|
||||||
Changes in 4.2.3 (27 Mar 2024):
|
Changes in 4.2.3 (27 Mar 2024):
|
||||||
|
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 2024-05-02 "upx 4.2.4" " "
|
.TH UPX 1 2024-05-09 "upx 4.2.4" " "
|
||||||
.\" 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,11 +0,0 @@
|
|||||||
#
|
|
||||||
# UPX "CMake" build file; see https://cmake.org/
|
|
||||||
# Copyright (C) Markus Franz Xaver Johannes Oberhumer
|
|
||||||
#
|
|
||||||
|
|
||||||
if(NOT DEFINED USE_STRICT_DEFAULTS)
|
|
||||||
# use strict config defaults for Git developer builds
|
|
||||||
set(USE_STRICT_DEFAULTS TRUE CACHE INTERNAL "" FORCE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# vim:set ft=cmake ts=4 sw=4 tw=0 et:
|
|
@ -2,6 +2,6 @@
|
|||||||
#define UPX_VERSION_HEX 0x040204 /* 04.02.04 */
|
#define UPX_VERSION_HEX 0x040204 /* 04.02.04 */
|
||||||
#define UPX_VERSION_STRING "4.2.4"
|
#define UPX_VERSION_STRING "4.2.4"
|
||||||
#define UPX_VERSION_STRING4 "4.24"
|
#define UPX_VERSION_STRING4 "4.24"
|
||||||
#define UPX_VERSION_DATE "May 2nd 2024"
|
#define UPX_VERSION_DATE "May 9th 2024"
|
||||||
#define UPX_VERSION_DATE_ISO "2024-05-02"
|
#define UPX_VERSION_DATE_ISO "2024-05-09"
|
||||||
#define UPX_VERSION_YEAR "2024"
|
#define UPX_VERSION_YEAR "2024"
|
||||||
|
Loading…
Reference in New Issue
Block a user