/* Copyright(c) Sophist Solutions Inc. 1990-1992.  All rights reserved */
#ifndef	__ApplicationVersion__
#define	__ApplicationVersion__

/*
 * $Header: /fuji/lewis/RCS/ApplicationVersion,v 1.2 1992/07/02 15:49:28 lewis Exp $
 *
 * Release version.
 *
 *		This is meant to be a portable representation of version to work on the mac, UNIX, and
 *	MSDOS, and to work with both C, and the various resoruce editors so that the version info
 *	can be embeded in either.
 *
 *
 * Changes:
 *	$Log: ApplicationVersion,v $
 *		Revision 1.2  1992/07/02  15:49:28  lewis
 *		*** empty log message ***
 *
 *		Revision 1.1  1992/06/20  18:24:12  lewis
 *		Initial revision
 *
 *		Revision 1.21  1992/06/10  04:48:17  lewis
 *		*** empty log message ***
 *
 *		Revision 1.20  92/06/03  16:58:15  16:58:15  lewis (Lewis Pringle)
 *		*** empty log message ***
 *		
 *		Revision 1.19  92/05/26  17:53:42  17:53:42  lewis (Lewis Pringle)
 *		*** empty log message ***
 *		
 *
 *
 */

#define	kMajorVersion		0x01
#define	kMinorVersion		0x00
#define	kBugFixVersion		0x00
#define	kStage				development
#define	kStageVersion		16
#define	kShortVersionString	"1.0d16x"
#define	kLongVersionString	"Small 1.0d16x\nCopyright (c)1990-1992 Sophist Solutions"



// For gnuemacs:
// Local Variables: ***
// mode:C++ ***
// tab-width:4 ***
// End: ***

#endif	/*__ApplicationVersion__*/


