# --------------------------------------------------------------------------
# Copyright 1992-1994 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 1

# Now all compatible versions later than OBST3-3 are listed
# (except for identical versions)
version:3-3.4/version:3-3.5
version:3-3.4/version:3-3.6

version:3-3.5/version:3-3.4
version:3-3.5/version:3-3.6

version:3-3.6/version:3-3.4
version:3-3.6/version:3-3.5

version:3-4.1/version:3-4.2
version:3-4.2/version:3-4.1
