--- parser3/src/include/pa_version.h 2001/04/17 19:00:36 1.2 +++ parser3/src/include/pa_version.h 2013/10/15 22:31:14 1.49 @@ -1,3 +1,4 @@ -/* automatically generated by configure */ -/* edit configure.in to change version number */ -#define PARSER_VERSION "3.0g" +/* specified manually on Windows [automaticaly set on Unix] */ +#ifndef PARSER_VERSION +#define PARSER_VERSION "3.4.3rc (compiled on i386-pc-win32)" +#endif