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

Bump rev to E (i.e. v3.20e)

parent 5178fcdc
Branches
No related tags found
No related merge requests found
Pipeline #8624 passed
......@@ -35,7 +35,7 @@
/*************/
#define VERSION "3.20" /* Version: Major.minor */
#define REVISION 'd' /* Revision: lowercase letter */
#define REVISION 'e' /* Revision: lowercase letter */
#define VERSION_NUM (32000 + (tolower(REVISION) - 'a'))
#define VERSION_HEX (0x32000 + (tolower(REVISION) - 'a'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment