committer: mfx <mfx> 977342634 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2000-12-20 20:03:54 +00:00
parent 1e1a078808
commit adcb357242
2 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -2,7 +2,7 @@
User visible changes for UPX
==================================================================
Changes in 1.10 beta (20 Dec 2000):
Changes in 1.11 beta (20 Dec 2000):
* UNSTABLE BETA VERSION - DO NOT USE EXCEPT FOR TESTING!!! REALLY.
* vmlinuz/386: new format - UPX now supports bootable linux kernels
* linux/386: added the new direct-to-memory executable formats - no

View File

@ -1,3 +1,3 @@
#define UPX_VERSION 0x011000 /* 01.10.00 */
#define UPX_VERSION_STRING "1.10"
#define UPX_VERSION 0x011100 /* 01.11.00 */
#define UPX_VERSION_STRING "1.11"
#define UPX_VERSION_DATE "Dec 20th 2000"