Skip to content
Snippets Groups Projects
Commit ac5562ad authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Increment revision to b (so, v3.19b).

parent 9a12eee3
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2541 passed
......@@ -35,7 +35,7 @@
/*************/
#define VERSION "3.19" /* Version: Major.minor */
#define REVISION 'a' /* Revision: lowercase letter */
#define REVISION 'b' /* Revision: lowercase letter */
#define VERSION_NUM (31900 + (tolower(REVISION)-'a'))
#define VERSION_HEX (0x31900 + (tolower(REVISION)-'a'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment