summaryrefslogtreecommitdiffstats
path: root/hl/src/H5TBprivate.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-11-24 20:08:10 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-11-24 20:08:10 (GMT)
commit6ecf8fc2ea302314d54a2903b380dcdf1b9b0d24 (patch)
tree205080716a98c5433aa55d8cc77fbf9207da49e3 /hl/src/H5TBprivate.h
parent5f51cab710b9b1bf90193c535fbd0f0b4c99c8c5 (diff)
downloadhdf5-6ecf8fc2ea302314d54a2903b380dcdf1b9b0d24.zip
hdf5-6ecf8fc2ea302314d54a2903b380dcdf1b9b0d24.tar.gz
hdf5-6ecf8fc2ea302314d54a2903b380dcdf1b9b0d24.tar.bz2
[svn-r16124] In version 3.0 of Table, "NROWS" was deprecated
tested: windows, linux
Diffstat (limited to 'hl/src/H5TBprivate.h')
-rw-r--r--hl/src/H5TBprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/src/H5TBprivate.h b/hl/src/H5TBprivate.h
index d4e5635..e2b668d 100644
--- a/hl/src/H5TBprivate.h
+++ b/hl/src/H5TBprivate.h
@@ -24,6 +24,7 @@
#define TABLE_CLASS "TABLE"
+#define TABLE_VERSION "3.0"
#define HLTB_MAX_FIELD_LEN 255
/*-------------------------------------------------------------------------