Rename C++ header files to .hpp
[lttng-tools.git] / include / version.hpp
diff --git a/include/version.hpp b/include/version.hpp
new file mode 100644 (file)
index 0000000..9bd5e0c
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2013-2014 RaphaĆ«l Beamonte <raphael.beamonte@gmail.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
+#ifndef VERSION_H
+#define VERSION_H
+
+#include <version.i>
+
+#endif /* VERSION_H */
This page took 0.022621 seconds and 4 git commands to generate.