diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-03-31 21:00:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-03-31 21:00:59 (GMT) |
commit | 52fed52f9c6078729586186594e6e6955becb984 (patch) | |
tree | fbd44fa4a2a08d3c00a973a22a4382373bf54642 /test | |
parent | f4a6b264fd8f5e832f1f2f165d5bdbee045e54b4 (diff) | |
download | hdf5-52fed52f9c6078729586186594e6e6955becb984.zip hdf5-52fed52f9c6078729586186594e6e6955becb984.tar.gz hdf5-52fed52f9c6078729586186594e6e6955becb984.tar.bz2 |
[svn-r16640] Description:
Bump version string after making snapshot
Tested on:
FreeBSD/32 6.3 (duty)
h5committest not required on this branch
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 49674dc..8c44d5a 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -631,12 +631,12 @@ TRACE = perl $(top_srcdir)/bin/trace CHECK_CLEANFILES = *.chkexe *.chklog *.clog cmpd_dset.h5 \ compact_dataset.h5 dataset.h5 dset_offset.h5 \ max_compact_dataset.h5 simple.h5 set_local.h5 random_chunks.h5 \ - huge_chunks.h5 chunk_cache.h5 big_chunk.h5 extend.h5 istore.h5 \ - extlinks*.h5 frspace.h5 links*.h5 tfile[1-4].h5 th5s[1-3].h5 \ - lheap.h5 fheap.h5 ohdr.h5 stab.h5 extern_[1-3].h5 \ - extern_[1-4][ab].raw gheap[0-4].h5 dt_arith[1-2] links.h5 \ - links[0-6]*.h5 extlinks[0-15].h5 tmp big.data \ - big[0-9][0-9][0-9][0-9][0-9].h5 stdio.h5 sec2.h5 \ + huge_chunks.h5 chunk_cache.h5 big_chunk.h5 chunk_fast.h5 \ + extend.h5 istore.h5 extlinks*.h5 frspace.h5 links*.h5 \ + tfile[1-4].h5 th5s[1-3].h5 lheap.h5 fheap.h5 ohdr.h5 stab.h5 \ + extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 \ + dt_arith[1-2] links.h5 links[0-6]*.h5 extlinks[0-15].h5 tmp \ + big.data big[0-9][0-9][0-9][0-9][0-9].h5 stdio.h5 sec2.h5 \ dtypes[1-8].h5 dt_arith[1-2].h5 tattr.h5 tselect.h5 mtime.h5 \ unlink.h5 unicode.h5 coord.h5 fillval_[0-9].h5 fillval.raw \ mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].h5 tvltypes.h5 \ |