1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00

all: prepare for release

This commit is contained in:
Markus F.X.J. Oberhumer
2025-05-06 12:19:16 +02:00
parent 5ed1d5b2b3
commit 730c6ce6c5
4 changed files with 4 additions and 15 deletions

2
NEWS
View File

@ -2,7 +2,7 @@
User visible changes for UPX
==================================================================
Changes in 5.0.1 (XX XXX XXXX):
Changes in 5.0.1 (06 May 2025):
* bug fixes - see https://github.com/upx/upx/milestone/19
Changes in 5.0.0 (20 Feb 2025):

2
doc/upx.1 generated
View File

@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "UPX 1"
.TH UPX 1 2025-02-21 "upx 5.0.1" " "
.TH UPX 1 2025-05-06 "upx 5.0.1" " "
.\" 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,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:

View File

@ -2,6 +2,6 @@
#define UPX_VERSION_HEX 0x050001 /* 05.00.01 */
#define UPX_VERSION_STRING "5.0.1"
#define UPX_VERSION_STRING4 "5.01"
#define UPX_VERSION_DATE "Feb 21st 2025"
#define UPX_VERSION_DATE_ISO "2025-02-21"
#define UPX_VERSION_DATE "May 6th 2025"
#define UPX_VERSION_DATE_ISO "2025-05-06"
#define UPX_VERSION_YEAR "2025"