--- parser3/src/include/pa_version.h 2008/04/10 14:20:37 1.29.2.1 +++ 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.2.3 (compiled on i386-pc-win32)" +/* specified manually on Windows [automaticaly set on Unix] */ +#ifndef PARSER_VERSION +#define PARSER_VERSION "3.4.5b (compiled on i386-pc-win32)" +#endif