summaryrefslogtreecommitdiff
path: root/src/core/core-version.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-03-12 21:09:42 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-03-12 21:27:37 +0100
commit24c4029c96fa04b3cb4f90fbb36dc5248dd39810 (patch)
treeca51727f97207117f335f0309c063ffd2f168f2d /src/core/core-version.h
parentbb346f8c6c62655a6ef8fe4bc848d179258ce008 (diff)
downloadweechat-24c4029c96fa04b3cb4f90fbb36dc5248dd39810.zip
core: remove "wee-" prefix from source files in src/core and src/core/hook
Diffstat (limited to 'src/core/core-version.h')
-rw-r--r--src/core/core-version.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/core/core-version.h b/src/core/core-version.h
new file mode 100644
index 000000000..a5027b497
--- /dev/null
+++ b/src/core/core-version.h
@@ -0,0 +1,32 @@
+/*
+ * Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
+ *
+ * This file is part of WeeChat, the extensible chat client.
+ *
+ * WeeChat is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * WeeChat is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
+ */
+
+#ifndef WEECHAT_VERSION_H
+#define WEECHAT_VERSION_H
+
+extern const char *version_get_name ();
+extern const char *version_get_version ();
+extern const char *version_get_name_version ();
+extern const char *version_get_git ();
+extern const char *version_get_version_with_git ();
+extern const char *version_get_compilation_date ();
+extern const char *version_get_compilation_time ();
+extern const char *version_get_compilation_date_time ();
+
+#endif /* WEECHAT_VERSION_H */