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

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

E-mail: