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

Increase rev to C (v3.20c)

parent 578d2993
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
Pipeline #7574 passed
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
/*************/ /*************/
#define VERSION "3.20" /* Version: Major.minor */ #define VERSION "3.20" /* Version: Major.minor */
#define REVISION 'b' /* Revision: lowercase letter */ #define REVISION 'c' /* Revision: lowercase letter */
#define VERSION_NUM (32000 + (tolower(REVISION)-'a')) #define VERSION_NUM (32000 + (tolower(REVISION)-'a'))
#define VERSION_HEX (0x32000 + (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