--- parser3/src/include/pa_version.h 2005/12/19 14:22:21 1.26 +++ parser3/src/include/pa_version.h 2017/02/26 21:33:37 1.56 @@ -1,3 +1,4 @@ -/* automatically generated by configure */ -/* edit configure.in to change version number */ -#define PARSER_VERSION "3.2.1b (compiled on i386-pc-solaris2.8)" +/* specified manually on Windows [automaticaly set on Unix] */ +#ifndef PARSER_VERSION +#define PARSER_VERSION "3.4.5 (compiled on i386-pc-win32)" +#endif