# --------------------------------------------------------------------------
# Copyright 1992 by Forschungszentrum Informatik (FZI)
#
# You can use and distribute this software under the terms of the license
# version 1 you should have received along with this software.
# If not or if you want additional information, write to
# Forschungszentrum Informatik, "STONE", Haid-und-Neu-Strasse 10-14,
# D-76131 Karlsruhe, Germany.
# --------------------------------------------------------------------------
# 'obst-compatible-versions - 27:02:93 - Jochen Alt'
#
# File that marks the combinations of 
# compatible compiler/container versions
#
# Syntax: <Compiler version>/<Container version>
#
# Releases earlier than OBST3-3 didn't support this version checking,
# assuming the user knows what he's doing and therefore it was allowed to 
# manipulate unknown containers with an unknown compiler.

echo "Sorry, you can't execute me"
exit 0

version:unknown/version:unknown

# Now all compatible versions later than OBST3-3 are listed
version:3-3.1/version:3-3.1
version:3-3.2/version:3-3.2
version:3-3.3/version:3-3.3
version:3-3.4/version:3-3.4
version:3-4/version:3-4
