#!/bin/csh -f
#
#	$Id: version.sed,v 1.1.2.1 1993/02/18 23:04:46 haley Exp $
#

set year = "19`date +%y`"

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