X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=cumulus-util;h=59c5fc77adaee7ea3565f78c175f393137435571;hb=297553b6abd759306875c4c6f47fa1835e32fa05;hp=5425bca982d539402cf9f3c6bcbb2ffdc1888887;hpb=92b5f76843193e75e23f449a298824d4e63bbdad;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)