1
0
mirror of https://github.com/upx/upx.git synced 2025-08-07 22:46:51 +08:00

all: bump version date

This commit is contained in:
Markus F.X.J. Oberhumer
2023-01-01 19:53:28 +01:00
parent dd1d5a92d2
commit e25d04fb12
3 changed files with 10 additions and 10 deletions

2
NEWS
View File

@ -2,7 +2,7 @@
User visible changes for UPX
==================================================================
Changes in 4.0.2 (XX XXX 2022):
Changes in 4.0.2 (XX XXX 2023):
* bug fixes - see https://github.com/upx/upx/milestone/9
Changes in 4.0.1 (16 Nov 2022):

View File

@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "UPX 1"
.TH UPX 1 "2022-11-22" "upx 4.0.2" " "
.TH UPX 1 "2023-01-01" "upx 4.0.2" " "
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@ -147,7 +147,7 @@ upx \- compress or expand executable files
.IX Header "ABSTRACT"
.Vb 3
\& The Ultimate Packer for eXecutables
\& Copyright (c) 1996\-2022 Markus Oberhumer, Laszlo Molnar & John Reiser
\& Copyright (c) 1996\-2023 Markus Oberhumer, Laszlo Molnar & John Reiser
\& https://upx.github.io
.Ve
.PP
@ -1019,13 +1019,13 @@ Please report all bugs immediately to the authors.
.Ve
.SH "COPYRIGHT"
.IX Header "COPYRIGHT"
Copyright (C) 1996\-2022 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996\-2023 Markus Franz Xaver Johannes Oberhumer
.PP
Copyright (C) 1996\-2022 Laszlo Molnar
Copyright (C) 1996\-2023 Laszlo Molnar
.PP
Copyright (C) 2000\-2022 John F. Reiser
Copyright (C) 2000\-2023 John F. Reiser
.PP
Copyright (C) 2002\-2022 Jens Medoch
Copyright (C) 2002\-2023 Jens Medoch
.PP
\&\fB\s-1UPX\s0\fR is distributed with full source code under the terms of the
\&\s-1GNU\s0 General Public License v2+; either under the pure GPLv2+ (see

View File

@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x040002 /* 04.00.02 */
#define UPX_VERSION_STRING "4.0.2"
#define UPX_VERSION_STRING4 "4.02"
#define UPX_VERSION_DATE "Nov 22nd 2022"
#define UPX_VERSION_DATE_ISO "2022-11-22"
#define UPX_VERSION_YEAR "2022"
#define UPX_VERSION_DATE "Jan 1st 2023"
#define UPX_VERSION_DATE_ISO "2023-01-01"
#define UPX_VERSION_YEAR "2023"
/* vim:set ts=4 sw=4 et: */