X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=cumulus-util;fp=cumulus-util;h=59c5fc77adaee7ea3565f78c175f393137435571;hb=260aaf269765b6fdf0c74ec51615e38a70b27fa3;hp=5425bca982d539402cf9f3c6bcbb2ffdc1888887;hpb=915e73b3fa1f245541611f26268cdd574798e1e2;p=cumulus.git diff --git a/cumulus-util b/cumulus-util index 5425bca..59c5fc7 100755 --- a/cumulus-util +++ b/cumulus-util @@ -6,9 +6,9 @@ import getpass, os, stat, sys, time from optparse import OptionParser import lbs -# We support up to "LBS Snapshot v0.6" formats, but are also limited by the lbs +# We support up to "LBS Snapshot v0.8" formats, but are also limited by the lbs # module. -FORMAT_VERSION = min(lbs.FORMAT_VERSION, (0, 6)) +FORMAT_VERSION = min(lbs.FORMAT_VERSION, (0, 8)) def check_version(format): ver = lbs.parse_metadata_version(format)