summaryrefslogtreecommitdiff
path: root/include/cdio/version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/cdio/version.h.in')
-rw-r--r--include/cdio/version.h.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/cdio/version.h.in b/include/cdio/version.h.in
deleted file mode 100644
index 17d199e7..00000000
--- a/include/cdio/version.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
-/* $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@