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