--- parser3/src/include/pa_version.h 2003/11/06 14:25:25 1.12 +++ 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.2beta" +/* specified manually on Windows [automaticaly set on Unix] */ +#ifndef PARSER_VERSION +#define PARSER_VERSION "3.4.4b (compiled on i386-pc-win32)" +#endif