Prepare for new release.

committer: mfx <mfx> 1139742224 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2006-02-12 11:03:44 +00:00
parent 62c2f5228d
commit f6d1e269d1
4 changed files with 4 additions and 4 deletions

2
NEWS
View File

@ -4,7 +4,7 @@ User visible changes for UPX
[ UNSTABLE BETA VERSION - please see README.1ST for some more info ]
Changes in 1.94 beta (XX XXX 2006):
Changes in 1.94 beta (13 Feb 2006):
* UNSTABLE BETA VERSION - DO NOT USE EXCEPT FOR TESTING
* arm/pe: new executable format (ARM executables running on WinCE)
* support for mach/ppc32

View File

@ -29,8 +29,8 @@ The main news since 1.25 are:
- direct Linux ELF-to-memory decompression ("linux/elf386") and
shell-to-memory decompression ("linux/sh386")
- support for playstation exes ("ps1/exe")
- lots of new bugs ;-) take care
- support for arm/WinCE ("arm/pe") exes
- support for mach/ppc32
- support for Linux elf/ppc32
- support for Linux elf/amd64
- lots of new bugs ;-) take care

View File

@ -3,7 +3,7 @@ SHELL = /bin/sh
top_srcdir = ..
PACKAGE = upx
VERSION_DATE = 24 Jan 2006
VERSION_DATE = 13 Feb 2006
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 0x019400 /* 01.94.00 */
#define UPX_VERSION_STRING "1.94 beta"
#define UPX_VERSION_STRING4 "1.94"
#define UPX_VERSION_DATE "Jan 24th 2006"
#define UPX_VERSION_DATE "Feb 13th 2006"