--- parser3/src/include/pa_version.h 2015/10/23 21:38:38 1.52 +++ parser3/src/include/pa_version.h 2025/01/25 15:50:02 1.65 @@ -1,4 +1,8 @@ /* specified manually on Windows [automaticaly set on Unix] */ #ifndef PARSER_VERSION -#define PARSER_VERSION "3.4.4rc (compiled on i386-pc-win32)" +#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