|
Csound and CsoundAC API
5.17
|
Defines | |
| #define | CS_APISUBVER |
| #define | CS_APIVERSION |
| #define | CS_PACKAGE_NAME "Csound" |
| #define | CS_PACKAGE_STRING "Csound " VERSION |
| #define | CS_PACKAGE_TARNAME "csound" |
| #define | CS_PACKAGE_VERSION VERSION |
| #define | CS_PATCHLEVEL (6) |
| #define | CS_SUBVER (17) |
| #define | CS_VERSION (5) |
| #define | VERSION "5.17" |
| #define CS_APISUBVER |
6 /* for minor changes that will still allow compatiblity with older hosts */
| #define CS_APIVERSION |
2 /* should be increased anytime a new version contains changes that an older host will not be able to handle -- most likely this will be a change to an API function or the CSOUND struct */
| #define CS_PACKAGE_NAME "Csound" |
| #define CS_PACKAGE_STRING "Csound " VERSION |
| #define CS_PACKAGE_TARNAME "csound" |
| #define CS_PACKAGE_VERSION VERSION |
| #define CS_PATCHLEVEL (6) |
| #define CS_SUBVER (17) |
| #define CS_VERSION (5) |
| #define VERSION "5.17" |
1.7.6.1