Initial bots_updater commit

This commit is contained in:
Uleat
2015-10-02 18:57:51 -04:00
parent a1089fccd6
commit 0999278b75
5 changed files with 12 additions and 310 deletions
+5
View File
@@ -31,6 +31,11 @@
*/
#define CURRENT_BINARY_DATABASE_VERSION 9087
#ifdef BOTS
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 8001
#else
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 0 // must be 0
#endif
#define COMPILE_DATE __DATE__
#define COMPILE_TIME __TIME__
#ifndef WIN32