|
|
3.4.7b -> 3.5.0rc
/* specified manually on Windows [automaticaly set on Unix] */ #ifndef PARSER_VERSION #ifdef _WIN64 #define PARSER_VERSION "3.5.0rc (compiled on amd64-pc-win64)" #else #define PARSER_VERSION "3.5.0rc (compiled on i386-pc-win32)" #endif #endif