From d1fafb40d62faf7efafc787fa1decdcc8dd4b1f4 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 20 Mar 2004 22:49:33 +0000 Subject: [PATCH] Revision number got bumped - but reconsidered changing interface. So back to the old one. --- lib/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 2235932e..1519f839 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.29 2004/03/20 22:46:57 rocky Exp $ +# $Id: Makefile.am,v 1.30 2004/03/20 22:49:33 rocky Exp $ # # Copyright (C) 2003, 2004 Rocky Bernstein # @@ -40,8 +40,8 @@ # 6. If any interfaces have been removed since the last public release, # then set AGE to 0. -libcdio_la_CURRENT := 1 -libcdio_la_REVISION := 0 +libcdio_la_CURRENT := 0 +libcdio_la_REVISION := 2 libcdio_la_AGE := 0 libiso9660_la_CURRENT := 1