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

Bump version.

committer: mfx <mfx> 1107807914 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2005-02-07 20:25:14 +00:00
parent 63b9ee61d2
commit 586b43048f
4 changed files with 11 additions and 7 deletions

4
NEWS
View File

@ -4,8 +4,10 @@ User visible changes for UPX
[ UNSTABLE BETA VERSION - please see README.1ST for some more info ]
Changes in 1.93 beta (07 Feb 2005):
Changes in 1.94 beta (XX XXX 2005):
* UNSTABLE BETA VERSION - DO NOT USE EXCEPT FOR TESTING
Changes in 1.93 beta (07 Feb 2005):
* vmlinuz/386: fixes to support more kernels
Changes in 1.92 beta (20 Jul 2004):

4
TODO
View File

@ -1,8 +1,10 @@
UPX TODO list. Last updated 2005-01-08.
UPX TODO list. Last updated 2005-02-08.
IMPORTANT PROBLEMS THAT SHOULD BE FIXED SOON:
- brute + linux/elf386 does not work
- stub ctojr32 needs CPU 486 because of bswap

View File

@ -3,7 +3,7 @@ SHELL = /bin/sh
top_srcdir = ..
PACKAGE = upx
VERSION_DATE = 07 Feb 2005
VERSION_DATE = 08 Feb 2005
VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING .*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
TRIMSPACE = cat

View File

@ -1,4 +1,4 @@
#define UPX_VERSION_HEX 0x019300 /* 01.93.00 */
#define UPX_VERSION_STRING "1.93 beta"
#define UPX_VERSION_STRING4 "1.93"
#define UPX_VERSION_DATE "Feb 7th 2005"
#define UPX_VERSION_HEX 0x019400 /* 01.94.00 */
#define UPX_VERSION_STRING "1.94 beta"
#define UPX_VERSION_STRING4 "1.94"
#define UPX_VERSION_DATE "Feb 8th 2005"