diff --git a/NEWS b/NEWS index 69fbdd3f..7112ce82 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/README.1ST b/README.1ST index 32c81b85..c786f74e 100644 --- a/README.1ST +++ b/README.1ST @@ -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 diff --git a/doc/Makefile b/doc/Makefile index a6f69e3e..a76165db 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 diff --git a/src/version.h b/src/version.h index a8a82a5f..91ccfa17 100644 --- a/src/version.h +++ b/src/version.h @@ -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"