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

/*
 * $Header: /fuji/lewis/RCS/StroikaVersion,v 1.4 1992/12/08 21:33:02 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: StroikaVersion,v $
 *		Revision 1.4  1992/12/08  21:33:02  lewis
 *		*** empty log message ***
 *
 *		Revision 1.3  1992/12/07  09:38:54  lewis
 *		Set version to 1.0a1 - about to do first alpha release.
 *
 *
 *
 */
#define	kStroikaMajorVersion		0x01
#define	kStroikaMinorVersion		0x00
#define	kStroikaBugFixVersion		0x00
#define	kStroikaStage				alpha
#define	kStroikaStageVersion		2
#define	kStroikaShortVersionString	"1.0a2x"
#define	kStroikaLongVersionString	"Stroika 1.0a2x"



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

#endif	/*__StroikaVersion__*/


