From 4044b92bdaf1edaf68728a36fa1b9c0c0739df4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Mon, 19 Nov 2007 13:30:14 +0100 Subject: Remove internal copies of libcdio and libvcd. This way we don't have to care about bugs in those two on newer versions of operating systems. --- contrib/libcdio/cdio/version.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 contrib/libcdio/cdio/version.h (limited to 'contrib/libcdio/cdio/version.h') diff --git a/contrib/libcdio/cdio/version.h b/contrib/libcdio/cdio/version.h deleted file mode 100644 index 345924cab..000000000 --- a/contrib/libcdio/cdio/version.h +++ /dev/null @@ -1,10 +0,0 @@ -/* $Id: version.h,v 1.2 2004/04/11 12:20:31 miguelfreitas Exp $ */ -/** \file version.h - * \brief A file simply containing the library version number. - */ - -/*! CDIO_VERSION can as a string in programs to show what version is used. */ -#define CDIO_VERSION "0.68" - -/*! LIBCDIO_VERSION_NUM can be used for testing in the C preprocessor */ -#define LIBCDIO_VERSION_NUM 68 -- cgit v1.2.3