diff options
Diffstat (limited to 'version.h')
| -rw-r--r-- | version.h | 16 |
1 files changed, 8 insertions, 8 deletions
| @@ -1,11 +1,11 @@ | |||
| 1 | #ifndef TTDAW_VERSION_H | 1 | #ifndef VERSION_H_ |
| 2 | #define TTDAW_VERSION_H | 2 | #define VERSION_H_ |
| 3 | 3 | ||
| 4 | #define TTDAW_VERSION "0.1" | 4 | #define VERSION "0.1" |
| 5 | #define TTDAW_WEBSITE "https://github.com/mitjafelicijan/ttdaw" | 5 | #define WEBSITE "https://github.com/mitjafelicijan/ttdaw" |
| 6 | #define TTDAW_LICENSE "This is free software: you are free to change and redistribute it." | 6 | #define LICENSE "This is free software: you are free to change and redistribute it." |
| 7 | #define TTDAW_WARRANTY "There is NO WARRANTY, to the extent permitted by law." | 7 | #define WARRANTY "There is NO WARRANTY, to the extent permitted by law." |
| 8 | #define TTDAW_AUTHOR "Written by Mitja Felicijan <https://mitjafelicijan.com>." | 8 | #define AUTHOR "Written by Mitja Felicijan <https://mitjafelicijan.com>." |
| 9 | 9 | ||
| 10 | #endif | 10 | #endif // VERSION_H_ |
| 11 | 11 | ||
