--- parser3/src/include/pa_version.h 2002/04/30 10:41:42 1.4 +++ parser3/src/include/pa_version.h 2015/10/29 15:26:02 1.53 @@ -1,3 +1,4 @@ -/* automatically generated by configure */ -/* edit configure.in to change version number */ -#define PARSER_VERSION "3.0" +/* specified manually on Windows [automaticaly set on Unix] */ +#ifndef PARSER_VERSION +#define PARSER_VERSION "3.4.4 (compiled on i386-pc-win32)" +#endif