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

Bumped version to start working on 1.92.

committer: mfx <mfx> 1088568203 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2004-06-30 04:03:23 +00:00
parent 18ef55ac14
commit f0279d23d3
2 changed files with 7 additions and 5 deletions

4
NEWS
View File

@ -4,8 +4,10 @@ User visible changes for UPX
[ UNSTABLE BETA VERSION - please see README.1ST for some more info ]
Changes in 1.91 beta (30 Jun 2004):
Changes in 1.92 beta (XX XXX 2004):
* UNSTABLE BETA VERSION - DO NOT USE EXCEPT FOR TESTING
Changes in 1.91 beta (30 Jun 2004):
* djgpp2/coff: added support for recent binutils versions
* linux/elf386, linux/sh386: lots of improvements
* vmlinuz/386: added support for recent kernels

View File

@ -1,4 +1,4 @@
#define UPX_VERSION_HEX 0x019100 /* 01.91.00 */
#define UPX_VERSION_STRING "1.91 beta"
#define UPX_VERSION_STRING4 "1.91"
#define UPX_VERSION_DATE "Jun 30th 2004"
#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 1st 2004"