/* 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:51:17 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:51:17  lewis
 *		*** empty log message ***
 *
 *		Revision 1.1  1992/06/20  18:40:22  lewis
 *		Initial revision
 *
 *		Revision 1.6  1992/02/20  21:50:19  lewis
 *		1.0d8
 *
 */

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





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

#endif	/*__ApplicationVersion__*/


