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