Browse Source

Allow for certain code in the codebase assuming length of string. (#10974)

pull/11013/head
Nick Brassel 3 years ago
committed by GitHub
parent
commit
f63e3e12b9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -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)


Loading…
Cancel
Save