Changed version number and date.

committer: mfx <mfx> 1036688381 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2002-11-07 16:59:41 +00:00
parent ccaff85870
commit f5a2641ea1
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,4 +1,4 @@
#define UPX_VERSION_HEX 0x019001 /* 01.90.01 */
#define UPX_VERSION_STRING "1.90.1"
#define UPX_VERSION_HEX 0x019000 /* 01.90.00 */
#define UPX_VERSION_STRING "1.90"
#define UPX_VERSION_STRING4 "1.90"
#define UPX_VERSION_DATE "Oct 14th 2002"
#define UPX_VERSION_DATE "Nov 11th 2002"