From 21ab15a2cdf2dd151cb91327a087c4fbf6d2a5da Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 17 Aug 2003 07:13:12 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 4 ++++ example/.cvsignore | 1 + example/sample3.c | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c9a05a79..26ffa796 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +0.63 + create libiso9660 library and install that. + More sample programs. + 0.62 Some minimal documentation. More will follow. Add a simple sample programs. diff --git a/example/.cvsignore b/example/.cvsignore index a7e51f4b..83f6e3ff 100644 --- a/example/.cvsignore +++ b/example/.cvsignore @@ -1,4 +1,5 @@ sample1 sample2 sample3 +sample4 diff --git a/example/sample3.c b/example/sample3.c index f3c98273..c38bf861 100644 --- a/example/sample3.c +++ b/example/sample3.c @@ -1,5 +1,5 @@ /* - $Id: sample3.c,v 1.2 2003/08/16 22:45:37 rocky Exp $ + $Id: sample3.c,v 1.3 2003/08/17 07:16:10 rocky Exp $ Copyright (C) 2003 Rocky Bernstein @@ -20,7 +20,7 @@ /* A somewhat simplified program to show the use of cdio_guess_cd_type(). - We figure out kind of CD image we've got. + Figure out the kind of CD image we've got. */ #include #include