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