From d3755cdb08a7bbada4fefbd81c4c94fb2f75ce72 Mon Sep 17 00:00:00 2001 From: Uleat Date: Tue, 13 Oct 2015 00:30:23 -0400 Subject: [PATCH] Temporarily disabled the bot script until a linux issue can be sorted out --- common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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