blob: e5962f6fd0152269e0ad69b68f4f52c8740c91d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef TTDAW_VERSION_H
#define TTDAW_VERSION_H
#define TTDAW_VERSION "0.1"
#define TTDAW_WEBSITE "https://github.com/mitjafelicijan/ttdaw"
#define TTDAW_LICENSE "This is free software: you are free to change and redistribute it."
#define TTDAW_WARRANTY "There is NO WARRANTY, to the extent permitted by law."
#define TTDAW_AUTHOR "Written by Mitja Felicijan <https://mitjafelicijan.com>."
#endif
|