From ba57f7a4609e69ceba3362354fa8f7f4728db56f Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 20 Jan 1999 13:04:56 -0500 Subject: [PATCH] [svn-r1027] Added CVS Revision and ID tags so we can track the snapshots more effectively. --- src/H5public.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/H5public.h b/src/H5public.h index 9404cae697..a6e27d8eb1 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. */