Release 0.10.0
SMS recipient picker (GREEN in the compose recipient field selects from your private-call DMR contacts) and a combined 'Contacts' view in Menu -> Contacts. Bump version to 0.10.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
15bbc1bc3a
commit
a916e85727
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@
|
|||
#define _FREETRX_VERSION_H_
|
||||
|
||||
#define FREETRX_VERSION_MAJOR 0
|
||||
#define FREETRX_VERSION_MINOR 9
|
||||
#define FREETRX_VERSION_MINOR 10
|
||||
#define FREETRX_VERSION_PATCH 0
|
||||
|
||||
#define FREETRX_VERSION "0.9.0"
|
||||
#define FREETRX_VERSION "0.10.0"
|
||||
|
||||
#endif // _FREETRX_VERSION_H_
|
||||
|
|
|
|||
Loading…
Reference in a new issue