--- parser3/src/include/pa_version.h 2009/11/27 10:21:53 1.41 +++ parser3/src/include/pa_version.h 2025/01/25 15:50:02 1.65 @@ -1,2 +1,8 @@ -// specified manually [would be overwritten on unix] -#define PARSER_VERSION "3.4.1b (compiled on i386-pc-win32)" \ No newline at end of file +/* specified manually on Windows [automaticaly set on Unix] */ +#ifndef PARSER_VERSION +#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