Browse Source

Merge remote-tracking branch 'origin/master' into develop

pull/11672/head
QMK Bot 3 years ago
parent
commit
ea51cbf1d9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/python/qmk/commands.py

+ 1
- 1
lib/python/qmk/commands.py View File

@ -89,7 +89,7 @@ def write_version_h(git_version, build_date, chibios_version, chibios_contrib_ve
"""
version_h = [
f'#define QMK_VERSION "{git_version}"',
f'#define QMK_BUILD_DATE "{build_date}"',
f'#define QMK_BUILDDATE "{build_date}"',
f'#define CHIBIOS_VERSION "{chibios_version}"',
f'#define CHIBIOS_CONTRIB_VERSION "{chibios_contrib_version}"',
]


Loading…
Cancel
Save