From b692bdc694b5fa2ebf5e6cb35744b1535aeee647 Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 9 Jul 2004 10:05:36 +0000 Subject: [PATCH] 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. --- include/cdio/cdio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cdio/cdio.h b/include/cdio/cdio.h index ad8e1cab..98ff835b 100644 --- a/include/cdio/cdio.h +++ b/include/cdio/cdio.h @@ -1,5 +1,5 @@ /* -*- 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 Copyright (C) 2003, 2004 Rocky Bernstein @@ -30,7 +30,7 @@ /** Application Interface or Protocol version number. If the public * interface changes, we increase this number. */ -#define CDIO_API_VERSION 1 +#define CDIO_API_VERSION 2 #include