committer: mfx <mfx> 976723863 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2000-12-13 16:11:03 +00:00
parent 04c3173ef3
commit 68fd06daca
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,2 +1,2 @@
#define UPX_VERSION_STRING "1.09.5"
#define UPX_VERSION_DATE "Dec 12th 2000"
#define UPX_VERSION_STRING "1.09.6"
#define UPX_VERSION_DATE "Dec 13th 2000"