[svn-r397] Finally! The "versinc" file now runs when files are checked in and

automagically increments the minor release number.
This commit is contained in:
Quincey Koziol 1998-05-06 12:18:49 -05:00
parent a2a766f334
commit bb86785ce5

View File

@ -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.$$";