Skip to content

Commit

Permalink
Allow for certain code in the codebase assuming length of string. (qm…
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored Nov 18, 2020
1 parent 0d55288 commit 2d58eb4
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 2d58eb4

Please sign in to comment.