cmake update
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ endif
|
||||
# "make check-whitespace"
|
||||
#
|
||||
|
||||
ifneq ($(wildcard /usr/bin/env),) # needs bash, perl, xargs, etc.
|
||||
ifneq ($(wildcard /usr/bin/env),) # needs Unix utils like bash, perl, sed, xargs, etc.
|
||||
CHECK_WHITESPACE = bash $(top_srcdir)/misc/scripts/check_whitespace.sh $(top_srcdir)
|
||||
ifneq ($(wildcard $(top_srcdir)/.git/.),)
|
||||
CHECK_WHITESPACE = bash $(top_srcdir)/misc/scripts/check_whitespace_git.sh $(top_srcdir)
|
||||
|
||||
+2
-2
@@ -2,6 +2,6 @@
|
||||
#define UPX_VERSION_HEX 0x040300 /* 04.03.00 */
|
||||
#define UPX_VERSION_STRING "4.3.0"
|
||||
#define UPX_VERSION_STRING4 "4.30"
|
||||
#define UPX_VERSION_DATE "Nov 2nd 2023"
|
||||
#define UPX_VERSION_DATE_ISO "2023-11-02"
|
||||
#define UPX_VERSION_DATE "Dec 19th 2023"
|
||||
#define UPX_VERSION_DATE_ISO "2023-12-19"
|
||||
#define UPX_VERSION_YEAR "2023"
|
||||
|
||||
Reference in New Issue
Block a user