|
|
| version 1.23.2.1, 2005/12/07 11:16:14 | version 1.63, 2024/12/26 17:40:40 |
|---|---|
| Line 1 | Line 1 |
| /* automatically generated by configure */ | /* specified manually on Windows [automaticaly set on Unix] */ |
| /* edit configure.in to change version number */ | #ifndef PARSER_VERSION |
| #define PARSER_VERSION "3.2.0 (compiled on i386-pc-solaris2.8)" | #ifdef _WIN64 |
| #define PARSER_VERSION "3.5.0 (compiled on amd64-pc-win64)" | |
| #else | |
| #define PARSER_VERSION "3.5.0 (compiled on i386-pc-win32)" | |
| #endif | |
| #endif |