| 38 extern "C" { |
38 extern "C" { |
| 39 #endif |
39 #endif |
| 40 |
40 |
| 41 #define VERSION_MAJOR 3 |
41 #define VERSION_MAJOR 3 |
| 42 #define VERSION_MINOR 2 |
42 #define VERSION_MINOR 2 |
| 43 #define VERSION_DEVELOP 1 /* set this to zero for release version */ |
43 #define VERSION_DEVELOP 0 /* set this to zero for release version */ |
| 44 |
44 |
| 45 /** |
45 /** |
| 46 * Writes the formatted source data to the output buffer. |
46 * Writes the formatted source data to the output buffer. |
| 47 * |
47 * |
| 48 * @param inputtext the source file data as zero-terminated string |
48 * @param inputtext the source file data as zero-terminated string |