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

/*
 * $Header: /fuji/lewis/RCS/ApplicationVersion,v 1.4 1992/09/01 17:42:50 sterling 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.4  1992/09/01  17:42:50  sterling
 *		*** empty log message ***
 *
 *
 */

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



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

#endif	/*__ApplicationVersion__*/


