#!/bin/csh -f
#
#	$Id: version.sed,v 1.7.2.1 1993/02/19 14:59:08 haley Exp $
#

set year = 19`date +%y`

echo ""
cat <<EOF
NCAR View - UNIX Version 3.2
Copyright (C) $year - All Rights Reserved
University Corporation for Atmospheric Research
EOF

