FreeTRX/MDUV380_firmware/application/include/freetrxVersion.h
Marcus Kida 3fe33b931d Release 0.8.0
New colour theme presets (Red, Neon 80s, and the rainbow-background Pride),
plus a per-region memory-usage summary printed after every build.

Bump version to 0.8.0.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 14:48:17 +02:00

13 lines
308 B
C

/*
* FreeTRX firmware version (semantic versioning: MAJOR.MINOR.PATCH).
*/
#ifndef _FREETRX_VERSION_H_
#define _FREETRX_VERSION_H_
#define FREETRX_VERSION_MAJOR 0
#define FREETRX_VERSION_MINOR 8
#define FREETRX_VERSION_PATCH 0
#define FREETRX_VERSION "0.8.0"
#endif // _FREETRX_VERSION_H_