/* 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:50:00 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:50:00  lewis
 *		*** empty log message ***
 *
 *		Revision 1.1  1992/06/20  18:37:39  lewis
 *		Initial revision
 *
 *		Revision 1.21  1992/06/10  04:48:50  lewis
 *		*** empty log message ***
 *
 *
 *		Revision 1.5  1992/02/20  21:48:35  lewis
 *		1.0d7
 *
 *
 *
 */

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




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

#endif	/*__ApplicationVersion__*/


