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

Increase revision to 'c' (v3.19c) as v3.19b was released yesterday

parent 6b10fdc4
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -35,7 +35,7 @@
/*************/
#define VERSION "3.19" /* Version: Major.minor */
#define REVISION 'b' /* Revision: lowercase letter */
#define REVISION 'c' /* 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