#!/bin/sh
#
# Deliver the version of the current screen software.
#
# Author: Marc S Dye - Sun-ICG - 1999

# @(#)screenversion.sh	3.1 02/02/99 Sun Microsystems

echo "300"

# eof
