diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-05-06 17:14:23 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-05-06 17:14:23 (GMT) |
commit | c61f94f9c39f98e0e3bfc301765835e3fc301606 (patch) | |
tree | dc7fa1307434a78b9232f83c33b8768b01fe73ed | |
parent | 503d772b53d1ea9228952c3c79ec61f7df7cb836 (diff) | |
download | hdf5-c61f94f9c39f98e0e3bfc301765835e3fc301606.zip hdf5-c61f94f9c39f98e0e3bfc301765835e3fc301606.tar.gz hdf5-c61f94f9c39f98e0e3bfc301765835e3fc301606.tar.bz2 |
[svn-r392] Testing CVS perl log script, ignore this message
-rw-r--r-- | bin/versinc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/versinc b/bin/versinc index d88da51..0db1df3 100644 --- a/bin/versinc +++ b/bin/versinc @@ -3,6 +3,7 @@ require 5.003; use Cwd; ($cwd)=(cwd()=~m#(.*?hdf5)/.*#) +print STDERR "$cwd\n"; $hdr = "$cwd/src/H5public.h"; $bak = "$cwd/src/H5public.h~"; $tmp = "$cwd/src/H5public.$$"; |