/[sudobot]/trunk/lib/common/utils/defs.h
ViewVC logotype

Contents of /trunk/lib/common/utils/defs.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (show annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File MIME type: text/x-c
File size: 742 byte(s)
chore: add trunk
1 #ifndef SUDOBOT_UTILS_DEFS_H
2 #define SUDOBOT_UTILS_DEFS_H
3
4 #define SUDOBOT_GITHUB_REPO "https://github.com/onesoft-sudo/sudobot"
5 #define SUDOBOT_GITHUB_REPO_MD_LINK "[GitHub](" SUDOBOT_GITHUB_REPO ")"
6 #define SUDOBOT_THEME_COLOR 0x007bff
7 #define SUDOBOT_LICENSE_LINK "https://www.gnu.org/licenses/agpl-3.0.en.html"
8 #define SUDOBOT_LICENSE_MD_LINK "[GNU Affero General Public License v3](" SUDOBOT_LICENSE_LINK ")"
9 #define SUDOBOT_VERSION "7.0.0-alpha138+2"
10 #define SUDOBOT_AUTHOR_LINK "https://github.com/virtual-designer"
11 #define SUDOBOT_AUTHOR_MD_LINK "[Ar Rakin](" SUDOBOT_AUTHOR_LINK ")"
12 #define SUDOBOT_SUPPORT_EMAIL "[email protected]"
13
14 #ifndef VERSION
15 #define VERSION SUDOBOT_VERSION
16 #endif
17
18 #endif /* SUDOBOT_UTILS_DEFS_H */

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26