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

Re-add "beta" string to versions.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-10-11 13:06:17 +02:00
parent 47ac871a12
commit 892bb9bf30
2 changed files with 6 additions and 2 deletions

6
NEWS
View File

@ -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

View File

@ -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"