summaryrefslogtreecommitdiff
path: root/libpkgconf/libpkgconf/version.h.in
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-07-09 22:02:41 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-07-11 15:45:23 +0300
commita0cb8991b2cb61e9c0f3d8075759939cc61d57f0 (patch)
tree07349d877ea962acc800bdad2695417d10c99330 /libpkgconf/libpkgconf/version.h.in
parent6ef6c9d2da661bc315d4e690120db9079bfe0b9b (diff)
Add implementation
Diffstat (limited to 'libpkgconf/libpkgconf/version.h.in')
-rw-r--r--libpkgconf/libpkgconf/version.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libpkgconf/libpkgconf/version.h.in b/libpkgconf/libpkgconf/version.h.in
new file mode 100644
index 0000000..6b30948
--- /dev/null
+++ b/libpkgconf/libpkgconf/version.h.in
@@ -0,0 +1,10 @@
+/* file : libpkgconf/version.h.in -*- C -*-
+ * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
+ * license : ISC; see accompanying COPYING file
+ */
+
+#ifndef PACKAGE_VERSION /* Note: using the version macro itself. */
+
+#define PACKAGE_VERSION "$libpkgconf.version.project_id$"
+
+#endif /* PACKAGE_VERSION */