--- parser3/src/include/pa_version.h 2008/09/04 16:42:43 1.34 +++ parser3/src/include/pa_version.h 2025/01/10 19:38:34 1.64 @@ -1,2 +1,8 @@ -// specified manually [would be overwritten on unix] -#define PARSER_VERSION "3.3.1b (compiled on i386-pc-win32)" +/* specified manually on Windows [automaticaly set on Unix] */ +#ifndef PARSER_VERSION +#ifdef _WIN64 +#define PARSER_VERSION "3.5.1 (compiled on amd64-pc-win64)" +#else +#define PARSER_VERSION "3.5.1 (compiled on i386-pc-win32)" +#endif +#endif