Skip to content

Commit

Permalink
Fix QMK_BUILDDATE (qmk#11641)
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed authored Jan 20, 2021
1 parent 4e81667 commit 111eb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"',
]
Expand Down

0 comments on commit 111eb89

Please sign in to comment.