diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-11 07:51:18 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-11 07:51:18 +0200 |
| commit | 920bdc358831087c46db736120a718ed9a75fbd4 (patch) | |
| tree | e884606865dccd8e756c4271b24f7ecc33f19826 /version.h | |
| parent | ac6283f92b0579c0e820e13a83715389455d3171 (diff) | |
| download | ttdaw-920bdc358831087c46db736120a718ed9a75fbd4.tar.gz | |
Added boilerplate interface code
Diffstat (limited to 'version.h')
| -rw-r--r-- | version.h | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,11 +1,11 @@ -#ifndef TTDAW_VERSION_H -#define TTDAW_VERSION_H +#ifndef VERSION_H_ +#define 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>." +#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 +#endif // VERSION_H_ |
