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