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:
4
NEWS
4
NEWS
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user