summaryrefslogtreecommitdiff
path: root/include/cdio/version.h.in
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-11-01 18:39:58 +0100
committerGravatar waker <wakeroid@gmail.com>2010-11-01 18:39:58 +0100
commite0e7250cf34b03edb61195f0e3d28aeb85922372 (patch)
tree14cdb820cbd14fabe7cf68b73f340cb03d748604 /include/cdio/version.h.in
parent86c756deeb6effd9b29968a3649f8387c0b6d62a (diff)
0.4.3-portable-build1
Diffstat (limited to 'include/cdio/version.h.in')
-rw-r--r--include/cdio/version.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/cdio/version.h.in b/include/cdio/version.h.in
new file mode 100644
index 00000000..17d199e7
--- /dev/null
+++ b/include/cdio/version.h.in
@@ -0,0 +1,12 @@
+/* $Id: version.h.in,v 1.6 2005/01/29 20:54:20 rocky Exp $ */
+/** \file version.h
+ *
+ * \brief A file containing the libcdio package version
+ * number (@LIBCDIO_VERSION_NUM@) and OS build name.
+ */
+
+/*! CDIO_VERSION can as a string in programs to show what version is used. */
+#define CDIO_VERSION "@VERSION@ @build@"
+
+/*! LIBCDIO_VERSION_NUM can be used for testing in the C preprocessor */
+#define LIBCDIO_VERSION_NUM @LIBCDIO_VERSION_NUM@