FreeTRX/MDUV380_firmware/application/include/freetrxVersion.h
Marcus Kida 66aac3587f Release 0.11.0
CRT-style shut-off animation that collapses the current screen when powering
off (colour displays), replacing the 'Power Off' message.

Bump version to 0.11.0.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 23:51:39 +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 11
#define FREETRX_VERSION_PATCH 0
#define FREETRX_VERSION "0.11.0"
#endif // _FREETRX_VERSION_H_