--- parser3/src/include/pa_version.h 2004/12/24 15:40:23 1.18.2.1 +++ parser3/src/include/pa_version.h 2013/10/23 21:19:49 1.50 @@ -1,2 +1,4 @@ -/* automatically regenerated by configure */ -#define PARSER_VERSION "3.1.4 (compiled on i386-pc-win32)" +/* specified manually on Windows [automaticaly set on Unix] */ +#ifndef PARSER_VERSION +#define PARSER_VERSION "3.4.3 (compiled on i386-pc-win32)" +#endif