--- parser3/src/include/pa_version.h 2005/12/28 15:31:34 1.27.2.1 +++ parser3/src/include/pa_version.h 2017/05/03 16:57:47 1.57 @@ -1,2 +1,4 @@ -// specified manually [would be overwritten on unix] -#define PARSER_VERSION "3.2.1 (compiled on i386-pc-win32)" +/* specified manually on Windows [automaticaly set on Unix] */ +#ifndef PARSER_VERSION +#define PARSER_VERSION "3.4.6b (compiled on i386-pc-win32)" +#endif