1
0
mirror of https://github.com/upx/upx synced 2025-10-05 19:20:23 +08:00
committer: mfx <mfx> 977489915 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2000-12-22 12:58:35 +00:00
parent 537f9111ae
commit 0ffe40c621
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ SHELL = /bin/sh
top_srcdir = ..
PACKAGE = upx
VERSION_DATE = 21 Dec 2000
VERSION_DATE = 22 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 21st 2000"
#define UPX_VERSION_DATE "Dec 22nd 2000"