Annotation of parser3/src/include/pa_version.h, revision 1.63

1.46      moko        1: /* specified manually on Windows [automaticaly set on Unix] */
                      2: #ifndef PARSER_VERSION
1.58      moko        3: #ifdef _WIN64
1.63    ! moko        4: #define PARSER_VERSION "3.5.0 (compiled on amd64-pc-win64)"
1.58      moko        5: #else
1.63    ! moko        6: #define PARSER_VERSION "3.5.0 (compiled on i386-pc-win32)"
1.47      moko        7: #endif
1.58      moko        8: #endif

E-mail: