From f63e3e12b9bbfb8c70c19bbe1f2487cc3c5d0169 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Thu, 19 Nov 2020 05:54:01 +1100 Subject: [PATCH] Allow for certain code in the codebase assuming length of string. (#10974) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 93f09872047..c5c71c5a8f9 100644 --- a/Makefile +++ b/Makefile @@ -653,7 +653,7 @@ endif ifndef SKIP_VERSION BUILD_DATE := $(shell date +"%Y-%m-%d-%H:%M:%S") else -BUILD_DATE := NA +BUILD_DATE := 2020-01-01-00:00:00 endif $(shell echo '#define QMK_VERSION "$(GIT_VERSION)"' > $(ROOT_DIR)/quantum/version.h)