committer: mfx <mfx> 978093031 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2000-12-29 12:30:31 +00:00
parent 85920ea8b1
commit 65ad79d727
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,3 +1,3 @@
#define UPX_VERSION 0x011101 /* 01.11.01 */
#define UPX_VERSION_STRING "1.11.1"
#define UPX_VERSION_DATE "Dec 22nd 2000"
#define UPX_VERSION_DATE "Dec 29th 2000"