summaryrefslogtreecommitdiff
path: root/firmware/c1224/include/version.h
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-07 18:15:00 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-07 18:15:00 +0000
commitd393e0c30192611d4cac65a5429fd7180ce1f49c (patch)
tree7e47bd930340c75c4802801a81f3bd17c2469d9f /firmware/c1224/include/version.h
Initial pushmain
Diffstat (limited to 'firmware/c1224/include/version.h')
-rw-r--r--firmware/c1224/include/version.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/firmware/c1224/include/version.h b/firmware/c1224/include/version.h
new file mode 100644
index 0000000..a2c81ad
--- /dev/null
+++ b/firmware/c1224/include/version.h
@@ -0,0 +1,11 @@
+/**
+ * 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 */
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com