From 6caf498fc5aa59bb16ba4c30b599db2797805428 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 6 May 1998 12:11:47 -0500 Subject: [svn-r390] Testing CVS perl log script, ignore this message --- bin/versinc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/versinc b/bin/versinc index f60fc7f..5b0fb3d 100644 --- a/bin/versinc +++ b/bin/versinc @@ -1,9 +1,9 @@ #! /usr/local/bin/perl -w require 5.003; -$hdr = "./src/H5public.h"; -$bak = "./src/H5public.h~"; -$tmp = "./src/H5public.$$"; +$hdr = "../src/H5public.h"; +$bak = "../src/H5public.h~"; +$tmp = "../src/H5public.$$"; # Open files open OLD, $hdr or die "cannot read $hdr"; -- cgit v0.12