From bb86785ce5b597cdc007f8494c6649b01e386455 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 6 May 1998 12:18:49 -0500 Subject: [svn-r397] Finally! The "versinc" file now runs when files are checked in and automagically increments the minor release number. --- bin/versinc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/versinc b/bin/versinc index 93a48cd..76d07e1 100644 --- a/bin/versinc +++ b/bin/versinc @@ -2,7 +2,9 @@ require 5.003; use Cwd; +# Get the current directory and build the source files name based on it. ($cwd)=(cwd()=~m#(.*?hdf5)/.*#); + $hdr = "$cwd/src/H5public.h"; $bak = "$cwd/src/H5public.h~"; $tmp = "$cwd/src/H5public.$$"; -- cgit v0.12