diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-01-20 18:04:56 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-01-20 18:04:56 (GMT) |
commit | ba57f7a4609e69ceba3362354fa8f7f4728db56f (patch) | |
tree | 63e037f7251ac232a38bf947a24764d63d85cc56 /src | |
parent | ff79c02fc4463eba48c7ece4a43e8b7b437b6200 (diff) | |
download | hdf5-ba57f7a4609e69ceba3362354fa8f7f4728db56f.zip hdf5-ba57f7a4609e69ceba3362354fa8f7f4728db56f.tar.gz hdf5-ba57f7a4609e69ceba3362354fa8f7f4728db56f.tar.bz2 |
[svn-r1027] Added CVS Revision and ID tags so we can track the snapshots more effectively.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5public.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/H5public.h b/src/H5public.h index 9404cae..a6e27d8 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -10,6 +10,13 @@ * * ****************************************************************************/ +#ifdef RCSID +static char RcsId[] = "@(#)$Revision$"; +#endif + +/* $Id$ */ + + /* * This file contains public declarations for the HDF5 module. */ |