|
|
| version 1.17, 2004/12/23 16:16:27 | 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.4beta (compiled on i386-pc-solaris2.8)" | #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 |