--- parser3/src/include/pa_version.h 2008/08/15 16:54:58 1.32 +++ parser3/src/include/pa_version.h 2025/01/10 19:38:34 1.64 @@ -1,3 +1,8 @@ -/* automatically generated by configure */ -/* edit configure.in to change version number */ -#define PARSER_VERSION "3.3.0b (compiled on i386-pc-solaris2.8)" +/* 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