diff --git a/src/Explorer/version.h b/src/Explorer/version.h index 7e3e62e..eebdee5 100644 --- a/src/Explorer/version.h +++ b/src/Explorer/version.h @@ -27,7 +27,7 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 8 #define VERSION_REVISION 2 -#define VERSION_BUILD 28 +#define VERSION_BUILD 29 #define _STR(x) #x #define STR(x) _STR(x)