summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-10-22 14:19:32 -0700
committerTrumeet <yuuta@yuuta.moe>2022-10-22 14:19:32 -0700
commit57bd18ef88e48c18abf156b2635675df56c4a67e (patch)
tree799051ed279430013833078b976ec1eb2d9c376b /config.h.in
parentc03e43f9bc38133f88fb93078e634b105e4a0600 (diff)
downloadksyxbot-57bd18ef88e48c18abf156b2635675df56c4a67e.tar
ksyxbot-57bd18ef88e48c18abf156b2635675df56c4a67e.tar.gz
ksyxbot-57bd18ef88e48c18abf156b2635675df56c4a67e.tar.bz2
ksyxbot-57bd18ef88e48c18abf156b2635675df56c4a67e.zip
Use version number as TDLib config version
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 0000000..ccae582
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,7 @@
+#ifndef BOT_CONFIG_H
+#define BOT_CONFIG_H
+
+#define VER_MAJOR "@ksyxbot_VERSION_MAJOR@"
+#define VER_MINOR "@ksyxbot_VERSION_MINOR@"
+
+#endif /* BOT_CONFIG_H */ \ No newline at end of file