diff --git a/common/version.h b/common/version.h index d8a6b6077..1d8d3963a 100644 --- a/common/version.h +++ b/common/version.h @@ -32,7 +32,7 @@ #define CURRENT_BINARY_DATABASE_VERSION 9087 #ifdef BOTS - #define CURRENT_BINARY_BOTS_DATABASE_VERSION 9000 + #define CURRENT_BINARY_BOTS_DATABASE_VERSION 0 // temporarily disabled (9000) #else #define CURRENT_BINARY_BOTS_DATABASE_VERSION 0 // must be 0 #endif