From 920bdc358831087c46db736120a718ed9a75fbd4 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 11 Oct 2024 07:51:18 +0200 Subject: Added boilerplate interface code --- version.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'version.h') diff --git a/version.h b/version.h index e5962f6..76f1a1e 100644 --- a/version.h +++ b/version.h @@ -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 ." +#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 ." -#endif +#endif // VERSION_H_ -- cgit v1.2.3