Increase CPPCHECK_DEVMINOR to 68

This commit is contained in:
Alexander Mai 2014-11-13 21:36:57 +01:00
parent cb9a6c1cb5
commit 0f007fa24e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#define CPPCHECK_MAJOR 1
#define CPPCHECK_MINOR 67
#define CPPCHECK_DEVMINOR 67
#define CPPCHECK_DEVMINOR 68
#define STRINGIFY(x) STRING(x)
#define STRING(VER) #VER