Skip to content

Commit

Permalink
Allow for certain code in the codebase assuming length of string. (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored Nov 18, 2020
1 parent 4ef4965 commit f63e3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f63e3e1

Please sign in to comment.