Skip to content
Snippets Groups Projects
Commit 9341b636 authored by rswindell's avatar rswindell
Browse files

Increment current revision (to 'c').

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