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

Bump version for next release.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-11-29 05:41:39 +01:00
parent 1b321f4fa3
commit a6b5e3d0ae
2 changed files with 7 additions and 5 deletions

2
NEWS
View File

@ -2,6 +2,8 @@
User visible changes for UPX
==================================================================
Changes in 2.92 beta (XX XXX 200.):
Changes in 2.91 beta (29 Nov 2006):
* assorted bug fixes
* arm/pe: fix "missing" icon & version info resource problem for wince 5

View File

@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x029100 /* 02.91.00 */
#define UPX_VERSION_STRING "2.91 beta"
#define UPX_VERSION_STRING4 "2.91"
#define UPX_VERSION_DATE "Nov 29th 2006"
#define UPX_VERSION_DATE_ISO "2006-11-29"
#define UPX_VERSION_HEX 0x029200 /* 02.92.00 */
#define UPX_VERSION_STRING "2.92 beta"
#define UPX_VERSION_STRING4 "2.92"
#define UPX_VERSION_DATE "Nov 30th 2006"
#define UPX_VERSION_DATE_ISO "2006-11-30"
#define UPX_VERSION_YEAR "2006"