Added UPX_VERSION_STRING4, so that the size of the stubs is not affected

by versions like "x.yy.zz beta".

committer: mfx <mfx> 981702627 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2001-02-09 07:10:27 +00:00
parent 2e21de073d
commit 4d64bd7e66
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ top_srcdir = ..
PACKAGE = upx
VERSION_DATE = 04 Jan 2001
VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING.*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING .*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
TRIMSPACE = cat
TRIMSPACE = sed -e 's/ *$$//'