configure.ac: we're now in 0.70cvs
scsi_mmc.h: add doxygen comment.
This commit is contained in:
@@ -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 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||||
dnl 02111-1307, USA.
|
dnl 02111-1307, USA.
|
||||||
|
|
||||||
define(RELEASE_NUM, 69)
|
define(RELEASE_NUM, 70)
|
||||||
define(CDIO_VERSION_STR, 0.$1)
|
define(CDIO_VERSION_STR, 0.$1cvs)
|
||||||
|
|
||||||
AC_PREREQ(2.52)
|
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_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
|
||||||
AC_CONFIG_SRCDIR(src/cd-info.c)
|
AC_CONFIG_SRCDIR(src/cd-info.c)
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|||||||
@@ -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 <rocky@panix.com>
|
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
||||||
|
|
||||||
@@ -18,9 +18,9 @@
|
|||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*!
|
||||||
This file contains common definitions/routines for SCSI MMC
|
\file scsi_mmc.h
|
||||||
(Multimedia commands).
|
\brief Common definitions for SCSI MMC (Multimedia commands).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __SCSI_MMC_H__
|
#ifndef __SCSI_MMC_H__
|
||||||
|
|||||||
Reference in New Issue
Block a user