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

Increment version to v3.18b.

parent bdb46b5c
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
/*************/
#define VERSION "3.18" /* Version: Major.minor */
#define REVISION 'a' /* Revision: lowercase letter */
#define REVISION 'b' /* Revision: lowercase letter */
#define VERSION_NUM (31800 + (tolower(REVISION)-'a'))
#define VERSION_HEX (0x31800 + (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