--- parser3/src/include/pa_version.h 2004/03/25 12:12:21 1.13.2.1 +++ parser3/src/include/pa_version.h 2013/11/05 19:01:29 1.51 @@ -1,3 +1,4 @@ -/* automatically generated by configure */ -/* edit configure.in to change version number */ -#define PARSER_VERSION "3.1.2" +/* specified manually on Windows [automaticaly set on Unix] */ +#ifndef PARSER_VERSION +#define PARSER_VERSION "3.4.4b (compiled on i386-pc-win32)" +#endif