API version change. If it's not already it will be with planned

CDTEXT changes, capability return changes  and get_default drive
returning the driver used.
This commit is contained in:
rocky
2004-07-09 10:05:36 +00:00
parent 06c27120a3
commit b692bdc694

View File

@@ -1,5 +1,5 @@
/* -*- c -*- /* -*- c -*-
$Id: cdio.h,v 1.54 2004/06/27 15:29:21 rocky Exp $ $Id: cdio.h,v 1.55 2004/07/09 10:05:36 rocky Exp $
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org> Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com> Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -30,7 +30,7 @@
/** Application Interface or Protocol version number. If the public /** Application Interface or Protocol version number. If the public
* interface changes, we increase this number. * interface changes, we increase this number.
*/ */
#define CDIO_API_VERSION 1 #define CDIO_API_VERSION 2
#include <cdio/version.h> #include <cdio/version.h>