diff options
Diffstat (limited to 'bin/snapshot_version')
-rw-r--r-- | bin/snapshot_version | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/snapshot_version b/bin/snapshot_version new file mode 100644 index 0000000..4ff14f1 --- /dev/null +++ b/bin/snapshot_version @@ -0,0 +1,6 @@ +# default version for snapshot test +# H5VERSION matches with a cvs version symbolic name. Will test use the +# latest revision of that branch. If set to "hdf5", it uses the main +# version. +# H5VER tells runtest which version to run +H5VERSION=hdf5 |