FreeTRX/MDUV380_firmware/application/include/freetrxVersion.h
Marcus Kida 741578e294 Release 0.7.0
DMR text messages (SMS): compose, inbox/sent, quick texts, delivery
confirmation and an incoming-message popup, compatible with
BrandMeister/hotspots (Motorola TMS) and Anytone/"DMR standard"
senders. Also removes the main-menu icons (plain-text entries again).

Bump version to 0.7.0.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 16:53:33 +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 0
#define FREETRX_VERSION "0.7.0"
#endif // _FREETRX_VERSION_H_