From c9f0ce1e3ff57821cb170ef27ff06a6f7423204c Mon Sep 17 00:00:00 2001 From: gc Date: Tue, 11 Apr 2006 18:39:12 +0000 Subject: [PATCH] *** empty log message *** --- bin/booh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/booh b/bin/booh index 907d64e..56f10f3 100755 --- a/bin/booh +++ b/bin/booh @@ -2759,7 +2759,7 @@ def open_file(filename) return utf8(_("Corrupted booh file...")) end - if $xmldoc.root.attributes['version'] < $VERSION + if $xmldoc.root.attributes['version'] < '0.8.6' msg 2, _("File's version %s, booh version now %s, marking dirty") % [ $xmldoc.root.attributes['version'], $VERSION ] mark_document_as_dirty if $xmldoc.root.attributes['version'] < '0.8.4' -- 2.30.4