FreeTRX/MDUV380_firmware/application/include/freetrxVersion.h
Marcus Kida 700f18eea8 Release 0.12.0
Battery "Bars" display mode: a battery-shaped icon with up to four 25%
segments as a third status-bar option alongside % and voltage, with a
localised menu label. Docs (README, MANUAL, CHANGELOG) updated.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-24 08:58:10 +02:00

13 lines
310 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 12
#define FREETRX_VERSION_PATCH 0
#define FREETRX_VERSION "0.12.0"
#endif // _FREETRX_VERSION_H_