/****************************************************************************
 **
 **  File name:   version.h
 **
 **  Description: Contains the Clear Case base line version string.  
 **               Currently this is a manual procecure of copying in the 
 **               string, however, idealy clear case can insert this
 **               value on checkout.
 **                  
 ****************************************************************************/
#ifndef _VERSION_H_
#define _VERSION_H_
 
#define CLEARCASE_BASELINE_STRING  "DSPFirmware_v48.10.60.9"

#endif /* _VERSION_H_ */
