diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index d4ec082..ee3c56b 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,7 +1,7 @@ # $RCSfile: ReleaseNotes.txt,v $ -# $Revision: 1.4 $ +# $Revision: 2.0 $ # $Name: $ -# $Date: 2001/11/26 10:17:43 $ +# $Date: 2001/11/26 10:53:14 $ # $Author: agibert $ diff --git a/demo/nddemo0.c b/demo/nddemo0.c index af4b816..1312b64 100644 --- a/demo/nddemo0.c +++ b/demo/nddemo0.c @@ -1,9 +1,9 @@ /*---------------------------------------------------------------------------------*/ /* $RCSfile: nddemo0.c,v $ */ /*---------------------------------------------------------------------------------*/ -/* $Revision: 1.2 $ */ +/* $Revision: 2.0 $ */ /* $Name: $ */ -/* $Date: 2001/11/26 10:17:43 $ */ +/* $Date: 2001/11/26 10:53:34 $ */ /* $Author: agibert $ */ /*---------------------------------------------------------------------------------*/ @@ -76,7 +76,7 @@ NDT_Status Manager_Demo_DS( NDT_Root *Root_Ptr, NDT_Index_Id Index_Id, NDT_No Command_Name = "NDD_CMD_MANAGER_VERSION"; - *Version_Name_Ptr = "$Revision: 1.2 $ $Name: $ $Date: 2001/11/26 10:17:43 $ $Author: agibert $"; + *Version_Name_Ptr = "$Revision: 2.0 $ $Name: $ $Date: 2001/11/26 10:53:34 $ $Author: agibert $"; return( NDS_OK); } diff --git a/demo/nddemo0.dat b/demo/nddemo0.dat index 4969420..a85773f 100644 --- a/demo/nddemo0.dat +++ b/demo/nddemo0.dat @@ -1,9 +1,9 @@ #--------------------------------------------------------------------------------- # $RCSfile: nddemo0.dat,v $ #--------------------------------------------------------------------------------- -# $Revision: 1.2 $ +# $Revision: 2.0 $ # $Name: $ -# $Date: 2001/11/26 10:17:43 $ +# $Date: 2001/11/26 10:53:34 $ # $Author: agibert $ #--------------------------------------------------------------------------------- ggg 1 xxxxxx example diff --git a/include/node.h b/include/node.h index 7641105..8cdbf2f 100644 --- a/include/node.h +++ b/include/node.h @@ -1,9 +1,9 @@ /*---------------------------------------------------------------------------------*/ /* $RCSfile: node.h,v $ */ /*---------------------------------------------------------------------------------*/ -/* $Revision: 1.2 $ */ +/* $Revision: 2.0 $ */ /* $Name: $ */ -/* $Date: 2001/11/26 10:17:44 $ */ +/* $Date: 2001/11/26 10:54:13 $ */ /* $Author: agibert $ */ /*---------------------------------------------------------------------------------*/ diff --git a/lib/libnode.h b/lib/libnode.h index 3fdc5a1..a85e7ae 100644 --- a/lib/libnode.h +++ b/lib/libnode.h @@ -1,9 +1,9 @@ /*---------------------------------------------------------------------------------*/ /* $RCSfile: libnode.h,v $ */ /*---------------------------------------------------------------------------------*/ -/* $Revision: 1.2 $ */ +/* $Revision: 2.0 $ */ /* $Name: $ */ -/* $Date: 2001/11/26 10:17:44 $ */ +/* $Date: 2001/11/26 10:54:13 $ */ /* $Author: agibert $ */ /*---------------------------------------------------------------------------------*/ diff --git a/util/ndbench.c b/util/ndbench.c index a0bb356..383db66 100644 --- a/util/ndbench.c +++ b/util/ndbench.c @@ -1,9 +1,9 @@ /*---------------------------------------------------------------------------------*/ /* $RCSfile: ndbench.c,v $ */ /*---------------------------------------------------------------------------------*/ -/* $Revision: 1.2 $ */ +/* $Revision: 2.0 $ */ /* $Name: $ */ -/* $Date: 2001/11/26 10:17:44 $ */ +/* $Date: 2001/11/26 10:54:41 $ */ /* $Author: agibert $ */ /*---------------------------------------------------------------------------------*/ @@ -44,7 +44,7 @@ /*---------------------------------------------------------------------------------*/ #ifdef _LIBVER -VER_INFO_EXPORT( ndbench, "$Revision: 1.2 $", "$Name: $", __FILE__, "$Author: agibert $") +VER_INFO_EXPORT( ndbench, "$Revision: 2.0 $", "$Name: $", __FILE__, "$Author: agibert $") #endif #define ND_MODE 1 @@ -241,7 +241,7 @@ NDT_Status Module_Manager( NDT_Root *Root_Ptr, NDT_Index_Id Index_Id, NDT_Nod Command_Name = "NDD_CMD_MANAGER_VERSION"; - *Version_Name_Ptr = "$Revision: 1.2 $ $Name: $ $Date: 2001/11/26 10:17:44 $ $Author: agibert $"; + *Version_Name_Ptr = "$Revision: 2.0 $ $Name: $ $Date: 2001/11/26 10:54:41 $ $Author: agibert $"; return( NDS_OK); }