--- parser3/src/include/pa_version.h 2011/02/21 04:52:15 1.41.2.2 +++ parser3/src/include/pa_version.h 2016/03/09 21:44:27 1.54 @@ -1,2 +1,4 @@ -// specified manually [would be overwritten on unix] -#define PARSER_VERSION "3.4.1 (compiled on i386-pc-win32)" \ No newline at end of file +/* specified manually on Windows [automaticaly set on Unix] */ +#ifndef PARSER_VERSION +#define PARSER_VERSION "3.4.5b (compiled on i386-pc-win32)" +#endif