|
|
| version 1.9, 2003/09/25 09:41:24 | version 1.62, 2024/12/08 01:23:06 |
|---|---|
| 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.1.0" | #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 |