Diff for /parser3/src/include/pa_version.h between versions 1.50 and 1.58

version 1.50, 2013/10/23 21:19:49 version 1.58, 2019/12/03 22:32:23
Line 1 Line 1
 /* specified manually on Windows [automaticaly set on Unix] */  /* specified manually on Windows [automaticaly set on Unix] */
 #ifndef PARSER_VERSION  #ifndef PARSER_VERSION
 #define PARSER_VERSION "3.4.3 (compiled on i386-pc-win32)"  #ifdef _WIN64
   #define PARSER_VERSION "3.4.6b (compiled on amd64-pc-win64)"
   #else
   #define PARSER_VERSION "3.4.6b (compiled on i386-pc-win32)"
   #endif
 #endif  #endif

Removed from v.1.50  
changed lines
  Added in v.1.58


E-mail: