diff --git a/configure.ac b/configure.ac index c71210e4..89622903 100644 --- a/configure.ac +++ b/configure.ac @@ -15,11 +15,11 @@ dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA dnl 02111-1307, USA. -define(RELEASE_NUM, 69) -define(CDIO_VERSION_STR, 0.$1) +define(RELEASE_NUM, 70) +define(CDIO_VERSION_STR, 0.$1cvs) AC_PREREQ(2.52) -AC_REVISION([$Id: configure.ac,v 1.86 2004/06/25 21:26:34 rocky Exp $])dnl +AC_REVISION([$Id: configure.ac,v 1.87 2004/06/26 01:08:46 rocky Exp $])dnl AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM)) AC_CONFIG_SRCDIR(src/cd-info.c) AM_INIT_AUTOMAKE diff --git a/include/cdio/scsi_mmc.h b/include/cdio/scsi_mmc.h index a7600555..65814bb6 100644 --- a/include/cdio/scsi_mmc.h +++ b/include/cdio/scsi_mmc.h @@ -1,5 +1,5 @@ /* - $Id: scsi_mmc.h,v 1.3 2004/05/26 06:29:15 rocky Exp $ + $Id: scsi_mmc.h,v 1.4 2004/06/26 01:08:46 rocky Exp $ Copyright (C) 2003, 2004 Rocky Bernstein @@ -18,9 +18,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* - This file contains common definitions/routines for SCSI MMC - (Multimedia commands). +/*! + \file scsi_mmc.h + \brief Common definitions for SCSI MMC (Multimedia commands). */ #ifndef __SCSI_MMC_H__