Update revision number to 2.0 !

This commit is contained in:
agibert 2001-11-26 10:53:14 +00:00
parent 0ba642fd2a
commit e1b5b3e9f2
6 changed files with 15 additions and 15 deletions

View File

@ -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 $

View File

@ -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);
}

View File

@ -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

View File

@ -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 $ */
/*---------------------------------------------------------------------------------*/

View File

@ -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 $ */
/*---------------------------------------------------------------------------------*/

View File

@ -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);
}