summaryrefslogtreecommitdiff
path: root/cmake/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/config.h.cmake')
-rw-r--r--cmake/config.h.cmake15
1 files changed, 15 insertions, 0 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake
new file mode 100644
index 0000000..721e8a4
--- /dev/null
+++ b/cmake/config.h.cmake
@@ -0,0 +1,15 @@
+/*********
+*
+* This file is part of BibleTime's source code, http://www.bibletime.info/.
+*
+* Copyright 1999-2008 by the BibleTime developers.
+* The BibleTime source code is licensed under the GNU General Public License version 2.0.
+*
+**********/
+
+#ifndef CONFIG_H_CMAKE
+#define CONFIG_H_CMAKE
+
+#define BT_VERSION "${BT_VERSION}"
+
+#endif //CONFIG_H_CMAKE