summaryrefslogtreecommitdiff
path: root/include/libcamera/version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/version.h.in')
-rw-r--r--include/libcamera/version.h.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/include/libcamera/version.h.in b/include/libcamera/version.h.in
new file mode 100644
index 00000000..e49b3696
--- /dev/null
+++ b/include/libcamera/version.h.in
@@ -0,0 +1,22 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+/*
+ * Copyright (C) 2019, Google Inc.
+ *
+ * version.h - Library version information
+ *
+ * This file is auto-generated. Do not edit.
+ */
+#ifndef __LIBCAMERA_VERSION_H__
+#define __LIBCAMERA_VERSION_H__
+
+#include <string>
+
+#define LIBCAMERA_VERSION "@VCS_TAG@"
+
+namespace libcamera {
+
+extern const std::string version;
+
+} /* namespace libcamera */
+
+#endif /* __LIBCAMERA_VERSION_H__ */