--- parser3/src/include/pa_version.h 2005/12/29 13:06:58 1.28 +++ parser3/src/include/pa_version.h 2024/12/26 17:40:40 1.63 @@ -1,2 +1,8 @@ -// specified manually [would be overwritten on unix] -#define PARSER_VERSION "3.2.2b (compiled on i386-pc-win32)" +/* specified manually on Windows [automaticaly set on Unix] */ +#ifndef PARSER_VERSION +#ifdef _WIN64 +#define PARSER_VERSION "3.5.0 (compiled on amd64-pc-win64)" +#else +#define PARSER_VERSION "3.5.0 (compiled on i386-pc-win32)" +#endif +#endif