From ef7030e53b65e0bb01c1e6ed476462288b0112e9 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 29 Aug 2004 15:16:38 +0000 Subject: [PATCH] Incremented the wrong thing. --- lib/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 3af8f567..88bd8e5e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.46 2004/08/29 15:14:57 rocky Exp $ +# $Id: Makefile.am,v 1.47 2004/08/29 15:16:38 rocky Exp $ # # Copyright (C) 2003, 2004 Rocky Bernstein # @@ -40,13 +40,13 @@ # 6. If any interfaces have been removed since the last public release, # then set AGE to 0. -libcdio_la_CURRENT := 1 +libcdio_la_CURRENT := 2 libcdio_la_REVISION := 0 -libcdio_la_AGE := 1 +libcdio_la_AGE := 2 -libiso9660_la_CURRENT := 3 +libiso9660_la_CURRENT := 2 libiso9660_la_REVISION := 0 -libiso9660_la_AGE := 3 +libiso9660_la_AGE := 2 EXTRA_DIST = image/Makefile FreeBSD/Makefile MSWindows/Makefile