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

Bumped versions for starting 1.95 development.

committer: mfx <mfx> 1142090576 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2006-03-11 15:22:56 +00:00
parent fcc22a0aa3
commit 88d5798f45
3 changed files with 9 additions and 7 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.94 beta (11 Mar 2006):
Changes in 1.95 beta (XX XXX 2006):
* UNSTABLE BETA VERSION - DO NOT USE EXCEPT FOR TESTING
Changes in 1.94 beta (11 Mar 2006):
* new format: added support for arm/pe (ARM executables running on WinCE)
* new format: added support for linux elf/amd64
* new format: added support for linux elf/ppc32

View File

@ -3,7 +3,7 @@ SHELL = /bin/sh
top_srcdir = ..
PACKAGE = upx
VERSION_DATE = 11 Mar 2006
VERSION_DATE = 12 Mar 2006
VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING .*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
TRIMSPACE = cat

View File

@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x019400 /* 01.94.00 */
#define UPX_VERSION_STRING "1.94 beta"
#define UPX_VERSION_STRING4 "1.94"
#define UPX_VERSION_DATE "Mar 11th 2006"
#define UPX_VERSION_DATE_ISO "2006-03-11"
#define UPX_VERSION_HEX 0x019500 /* 01.95.00 */
#define UPX_VERSION_STRING "1.95 beta"
#define UPX_VERSION_STRING4 "1.95"
#define UPX_VERSION_DATE "Mar 12th 2006"
#define UPX_VERSION_DATE_ISO "2006-03-12"
#define UPX_VERSION_YEAR "2006"