--- parser3/src/include/pa_version.h 2005/11/24 14:05:55 1.22 +++ parser3/src/include/pa_version.h 2013/07/22 12:28:51 1.48 @@ -1,2 +1,4 @@ -// specified manually [would be overwritten on unix] -#define PARSER_VERSION "3.2.0beta (compiled on i386-pc-win32)" +/* specified manually on Windows [automaticaly set on Unix] */ +#ifndef PARSER_VERSION +#define PARSER_VERSION "3.4.3b (compiled on i386-pc-win32)" +#endif