From 892bb9bf309709b0740c99e883f6e57e1b611001 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 11 Oct 2006 13:06:17 +0200 Subject: [PATCH] Re-add "beta" string to versions. --- NEWS | 6 +++++- src/version.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a63b21d7..97e58649 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,9 @@ User visible changes for UPX ================================================================== -Changes in 2.90 (08 Oct 2006): +Changes in 2.91 beta (XX XXX 2006): + +Changes in 2.90 beta (08 Oct 2006): * LZMA algorithm support for most of the 32-bit and 64-bit file formats; use new option '--lzma' to enable * new format: BSD/elf386 supporting FreeBSD, NetBSD and OpenBSD @@ -14,6 +16,8 @@ Changes in 2.90 (08 Oct 2006): * major source code change: the runtime decompression stubs are now built from internal ELF objects +================================================================== + Changes in 2.02 (13 Aug 2006): * linux/386: work around Linux kernel bug (".bss" requires PF_W) * linux/ppc32, mach/ppc32: compressed programs now work on a 405 CPU diff --git a/src/version.h b/src/version.h index 0d90dc6f..69d25fc1 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define UPX_VERSION_HEX 0x029100 /* 02.91.00 */ -#define UPX_VERSION_STRING "2.91" +#define UPX_VERSION_STRING "2.91 beta" #define UPX_VERSION_STRING4 "2.91" #define UPX_VERSION_DATE "Oct 9th 2006" #define UPX_VERSION_DATE_ISO "2006-10-09"