Re-add "beta" string to versions.
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
User visible changes for UPX
|
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;
|
* LZMA algorithm support for most of the 32-bit and 64-bit file formats;
|
||||||
use new option '--lzma' to enable
|
use new option '--lzma' to enable
|
||||||
* new format: BSD/elf386 supporting FreeBSD, NetBSD and OpenBSD
|
* 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
|
* major source code change: the runtime decompression stubs are now
|
||||||
built from internal ELF objects
|
built from internal ELF objects
|
||||||
|
|
||||||
|
==================================================================
|
||||||
|
|
||||||
Changes in 2.02 (13 Aug 2006):
|
Changes in 2.02 (13 Aug 2006):
|
||||||
* linux/386: work around Linux kernel bug (".bss" requires PF_W)
|
* linux/386: work around Linux kernel bug (".bss" requires PF_W)
|
||||||
* linux/ppc32, mach/ppc32: compressed programs now work on a 405 CPU
|
* linux/ppc32, mach/ppc32: compressed programs now work on a 405 CPU
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#define UPX_VERSION_HEX 0x029100 /* 02.91.00 */
|
#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_STRING4 "2.91"
|
||||||
#define UPX_VERSION_DATE "Oct 9th 2006"
|
#define UPX_VERSION_DATE "Oct 9th 2006"
|
||||||
#define UPX_VERSION_DATE_ISO "2006-10-09"
|
#define UPX_VERSION_DATE_ISO "2006-10-09"
|
||||||
|
|||||||
Reference in New Issue
Block a user