|
|
| version 1.50, 2013/10/23 21:19:49 | version 1.58, 2019/12/03 22:32:23 |
|---|---|
| Line 1 | Line 1 |
| /* specified manually on Windows [automaticaly set on Unix] */ | /* specified manually on Windows [automaticaly set on Unix] */ |
| #ifndef PARSER_VERSION | #ifndef PARSER_VERSION |
| #define PARSER_VERSION "3.4.3 (compiled on i386-pc-win32)" | #ifdef _WIN64 |
| #define PARSER_VERSION "3.4.6b (compiled on amd64-pc-win64)" | |
| #else | |
| #define PARSER_VERSION "3.4.6b (compiled on i386-pc-win32)" | |
| #endif | |
| #endif | #endif |