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

/*
 * $Header: /fuji/lewis/RCS/ApplicationVersion,v 1.3 1992/09/01 17:32:16 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:
 *		Revision 1.1  1992/06/20  17:52:43  lewis
 *		Initial revision
 *
 *
 */

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




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

