summaryrefslogtreecommitdiff
path: root/include/cddb/version.h.in
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-12-11 12:36:35 +0100
committerGravatar waker <wakeroid@gmail.com>2010-12-11 12:37:02 +0100
commitb2dc262dba8f7be1472ce9f55b4b058875535d14 (patch)
tree194c37c82738fc52d4f241a6ef6ee340e39b4bc1 /include/cddb/version.h.in
parentf8253523e383b700ae013b0424389faf799dbed5 (diff)
updated static/portable build scripts;
musepack c99 compile fix
Diffstat (limited to 'include/cddb/version.h.in')
-rw-r--r--include/cddb/version.h.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/cddb/version.h.in b/include/cddb/version.h.in
deleted file mode 100644
index 48d4c3fc..00000000
--- a/include/cddb/version.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
-/* $Id: version.h.in,v 1.1 2005/04/08 01:49:35 rockyb Exp $ */
-/** \file version.h
- *
- * \brief A file containing the libcdio package version
- * number (@LIBCDDB_VERSION_NUM@) and OS build name.
- */
-
-/*! CDDB_VERSION can as a string in programs to show what version is used. */
-#define CDDB_VERSION "@VERSION@ @build@"
-
-/*! LIBCDDB_VERSION_NUM can be used for testing in the C preprocessor */
-#define LIBCDDB_VERSION_NUM @LIBCDDB_VERSION_NUM@