include/mcbot.h
changeset 33 56571d34d754
parent 23 1cd79bb84e9c
equal deleted inserted replaced
32:89fb9c6611ca 33:56571d34d754
     6 
     6 
     7 #ifndef MCBOT_H
     7 #ifndef MCBOT_H
     8 #define MCBOT_H
     8 #define MCBOT_H
     9 
     9 
    10 #ifndef BOT_VERSION
    10 #ifndef BOT_VERSION
    11 #define BOT_VERSION 0.96
    11 #define BOT_VERSION 0.99
    12 #endif
    12 #endif
    13 
    13 
    14 #ifdef __DATE__
    14 #ifdef __DATE__
    15 #define BOT_BUILD __DATE__
    15 #define BOT_BUILD __DATE__
    16 #else
    16 #else