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>
This commit is contained in:
parent
bc696ae5b2
commit
66aac3587f
1 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,9 @@
|
|||
#define _FREETRX_VERSION_H_
|
||||
|
||||
#define FREETRX_VERSION_MAJOR 0
|
||||
#define FREETRX_VERSION_MINOR 10
|
||||
#define FREETRX_VERSION_PATCH 1
|
||||
#define FREETRX_VERSION_MINOR 11
|
||||
#define FREETRX_VERSION_PATCH 0
|
||||
|
||||
#define FREETRX_VERSION "0.10.1"
|
||||
#define FREETRX_VERSION "0.11.0"
|
||||
|
||||
#endif // _FREETRX_VERSION_H_
|
||||
|
|
|
|||
Loading…
Reference in a new issue