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

Increase version to 3.21a

parent 624cab6d
No related branches found
No related tags found
No related merge requests found
Pipeline #8810 passed
......@@ -34,8 +34,8 @@
/* Constants */
/*************/
#define VERSION "3.20" /* Version: Major.minor */
#define REVISION 'e' /* Revision: lowercase letter */
#define VERSION "3.21" /* Version: Major.minor */
#define REVISION 'a' /* 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.
Finish editing this message first!
Please register or to comment