#! /bin/csh -f

#
#  Khoros: $Id$
#

#
# $Log$
#

#  All rights reserved.  See KHOROS/include/copyright.h

#
#*----------------------------------------------------------------------
#*
#* Copyright 1993 Khoral Research, Inc., ("KRI").  All rights reserved.
#*
#* tation only for internal use in your organization is hereby
#* granted, provided that this notice is retained thereon and
#* on all copies.  KRI makes no representations as
#* too the suitability and operability of this software for any
#* purpose.It is provided "as is" without express or implied warranty.
#*
#* KRI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
#* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
#* AND FITNESS.  IN NO EVENT SHALL KRI BE LIABLE FOR
#* ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY OTHER
#* DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
#* WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
#* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PER-
#* FORMANCE OF THIS SOFTWARE.
#*
#* No other rights, including for example, the right to redis-
#* tribute this software and its documentation or the right to
#* prepare derivative works, are granted unless specifically
#* provided in a separate license agreement.
#*---------------------------------------------------------------------
#

#************************************************************
#
#  Routine Name: script_version - version number for shell scripts
#
#       Purpose: This file contains the Khoros version and release 
#		 information that is used by all of the script files.
#		 This was done so that this information could be managed from
#		 one location.
#
#         Input: None
#
#        Output: None
#
#      Comments: 
#        Status: Public Routine
#    Written By: Tom Sauer
#          Date: 7/1/92
#      Verified:
#  Side Effects:
# Modifications: converted from script_version in Khoros 1.0 (TS)
#
#************************************************************/
#
# The following will result in Khoros Release: Version 1.0
#
set KHOROS_VERSION = (2)
set KHOROS_RELEASE = (0b)
