FreeTRX/MDUV380_firmware/application/include/freetrxVersion.h
Marcus Kida 5646d2df11 Release 0.7.1
Fix a crash when navigating the Messages menu with voice prompts enabled:
menu strings added after the voice-prompt pack was built read past the end
of the table of contents and now play silence instead.

Bump version to 0.7.1.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 17:32:26 +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 7
#define FREETRX_VERSION_PATCH 1
#define FREETRX_VERSION "0.7.1"
#endif // _FREETRX_VERSION_H_