1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #ifndef BOINC_VERSION_H
- #define BOINC_VERSION_H
- #define BOINC_MAJOR_VERSION 7
- #define BOINC_MINOR_VERSION 16
- #define BOINC_RELEASE 6
- #define WRAPPER_RELEASE 26016
- #define VBOXWRAPPER_RELEASE 26202
- #define BOINC_VERSION_STRING "7.16.6"
- #if (defined(_WIN32) || defined(__APPLE__))
- #define PACKAGE "boinc"
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_NAME "BOINC"
- #define PACKAGE_STRING "BOINC 7.16.6"
- #define PACKAGE_TARNAME "boinc"
- #define PACKAGE_VERSION "7.16.6"
- #endif
- #endif
|