diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-05-06 17:07:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-05-06 17:07:33 (GMT) |
commit | a16eb59e1152a86f66223231620d179aec7fbbaa (patch) | |
tree | a11d457ae9f46b5c10689c07c68d8412ac3d8c41 /bin/versinc | |
parent | 9f39d71db2bf6cb4bd417204d4840c07b464316f (diff) | |
download | hdf5-a16eb59e1152a86f66223231620d179aec7fbbaa.zip hdf5-a16eb59e1152a86f66223231620d179aec7fbbaa.tar.gz hdf5-a16eb59e1152a86f66223231620d179aec7fbbaa.tar.bz2 |
[svn-r388] Testing CVS perl log script, ignore this message
Diffstat (limited to 'bin/versinc')
-rw-r--r-- | bin/versinc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/versinc b/bin/versinc index 9856f8c..7edc03f 100644 --- a/bin/versinc +++ b/bin/versinc @@ -1,5 +1,5 @@ #! /usr/local/bin/perl -w -$foo=0; +$foo; require 5.003; $hdr = "./src/H5public.h"; |