diff options
Diffstat (limited to 'firmware/s1224/include/version.h')
| -rw-r--r-- | firmware/s1224/include/version.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/s1224/include/version.h b/firmware/s1224/include/version.h new file mode 100644 index 0000000..d1a288f --- /dev/null +++ b/firmware/s1224/include/version.h @@ -0,0 +1,9 @@ +#ifndef S1224_VERSION_H +#define S1224_VERSION_H +/** + * Firmware version SSoT — bump here; banner and docs follow. + * Matches product tag style without leading 'v' (tag: v1.0-prototype). + * SPDX-License-Identifier: GPL-3.0-or-later + */ +#define S1224_FW_VERSION "1.0-prototype" +#endif |
