Bump version date.

This commit is contained in:
Markus F.X.J. Oberhumer 2016-09-25 14:01:40 +02:00
parent 4cdc969801
commit a29064107e
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ upx_SOURCES := $(sort $(wildcard $(srcdir)/*.cpp))
upx_OBJECTS := $(notdir $(upx_SOURCES:.cpp=$(objext)))
ifneq ($(wildcard $(top_srcdir)/.git/.),)
UPX_VERSION_GITREV := $(strip $(shell cd '$(top_srcdir)' && git rev-parse --short=6 HEAD || echo ""))
UPX_VERSION_GITREV := $(strip $(shell cd '$(top_srcdir)' && git rev-parse --short=6 HEAD || echo "ERROR"))
ifneq ($(UPX_VERSION_GITREV),)
DEFS += '-DUPX_VERSION_GITREV="$(UPX_VERSION_GITREV)"'
endif

View File

@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x035c00 /* 03.92.00 */
#define UPX_VERSION_STRING "3.92-BETA"
#define UPX_VERSION_STRING4 "3.92"
#define UPX_VERSION_DATE "Sep 22nd 2016"
#define UPX_VERSION_DATE_ISO "2016-09-22"
#define UPX_VERSION_DATE "Sep 25th 2016"
#define UPX_VERSION_DATE_ISO "2016-09-25"
#define UPX_VERSION_YEAR "2016"
/* vim:set ts=4 sw=4 et: */