Skip to content
Snippets Groups Projects
Commit 03ec14cd authored by rswindell's avatar rswindell
Browse files

Increment revision (from v3.15a to v3.15b) to differentiate between the nightly

Win32 development builds which I expect to resume tomorrow, from the
Win32 development builds that stopped in May of 2010.
parent e47b9e37
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 'a' /* Revision: lowercase letter */
#define REVISION 'b' /* 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