Skip to content
Snippets Groups Projects
Commit 0736226c authored by rswindell's avatar rswindell
Browse files

Increase revision from 'b' to 'c'.

For now, even if you managed to build v3.15c, you should not use it.
parent 9d0748b5
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@
/*************/
#define VERSION "3.15" /* Version: Major.minor */
#define REVISION 'b' /* Revision: lowercase letter */
#define REVISION 'c' /* Revision: lowercase letter */
#define VERSION_NUM (31500 + (tolower(REVISION)-'a'))
#define VERSION_HEX (0x31500 + (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