mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[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:
parent
a2a766f334
commit
bb86785ce5
@ -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.$$";
|
||||
|
Loading…
x
Reference in New Issue
Block a user