blob: 76f1a1e53b086f3136077e7f67ffdad8fa59dd67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef VERSION_H_
#define VERSION_H_
#define VERSION "0.1"
#define WEBSITE "https://github.com/mitjafelicijan/ttdaw"
#define LICENSE "This is free software: you are free to change and redistribute it."
#define WARRANTY "There is NO WARRANTY, to the extent permitted by law."
#define AUTHOR "Written by Mitja Felicijan <https://mitjafelicijan.com>."
#endif // VERSION_H_
|