# --------------------------------------------------------------------------
# Copyright 1992-1994 by Forschungszentrum Informatik (FZI)
# All rights reserved.
#
# You can use and distribute this software under the terms of the license
# you should have received along with this software; either version 1.1 of
# the license, or (at your option) any later version.
# For a copy of the license or for additional information about this software,
# write to Xcc Software, Durlacher Allee 53, D-76131 Karlsruhe, Germany;
# Email: obst@xcc-ka.de.
# --------------------------------------------------------------------------
# '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.1/version:3-4.3

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

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

