/** * 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 */ #ifndef C1224_VERSION_H #define C1224_VERSION_H #define C1224_FW_VERSION "1.0-prototype" #endif /* C1224_VERSION_H */