diff options
-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. */ |