diff --git a/NEWS b/NEWS index 1e1850c8..40ce92d8 100644 --- a/NEWS +++ b/NEWS @@ -4,8 +4,10 @@ User visible changes for UPX [ UNSTABLE BETA VERSION - please see README.1ST for some more info ] -Changes in 1.92 beta (20 Jul 2004): +Changes in 1.93 beta (XX XXX 2004): * UNSTABLE BETA VERSION - DO NOT USE EXCEPT FOR TESTING + +Changes in 1.92 beta (20 Jul 2004): * win32/pe: added option `--strip-loadconf' to strip the SEH load config section * win32/pe: try to detect .NET (win32/net) files [not yet supported by UPX] * vmlinux/386: new format that directly supports building Linux kernels @@ -25,7 +27,6 @@ Changes in 1.91 beta (30 Jun 2004): * re-synced with upx 1.25 branch Changes in 1.90 beta (11 Nov 2002): - * UNSTABLE BETA VERSION - DO NOT USE EXCEPT FOR TESTING * implemented several new options for finer compression control: `--all-methods', `--all-filters' and `--brute' * ps1/exe: new format - UPX now supports PlayStation One programs @@ -35,7 +36,6 @@ Changes in 1.90 beta (11 Nov 2002): * documentation updates Changes in 1.11 beta (20 Dec 2000): - * UNSTABLE BETA VERSION - DO NOT USE EXCEPT FOR TESTING * vmlinuz/386: new format - UPX now supports bootable linux kernels * linux/elf386: added the new ELF direct-to-memory executable format - no more temp files are needed for decompression! diff --git a/doc/Makefile b/doc/Makefile index 4d4b5e21..21dae4d1 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,7 +3,7 @@ SHELL = /bin/sh top_srcdir = .. PACKAGE = upx -VERSION_DATE = 20 Jul 2004 +VERSION_DATE = 21 Jul 2004 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 3e60914e..38749eff 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,4 @@ -#define UPX_VERSION_HEX 0x019200 /* 01.92.00 */ -#define UPX_VERSION_STRING "1.92 beta" -#define UPX_VERSION_STRING4 "1.92" -#define UPX_VERSION_DATE "Jul 20th 2004" +#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 "Jul 21st 2004"