projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97773ed
)
soon 0.9.0
author
gc
<gc>
Sat, 17 May 2008 13:58:52 +0000
(13:58 +0000)
committer
gc
<gc>
Sat, 17 May 2008 13:58:52 +0000
(13:58 +0000)
VERSION
patch
|
blob
|
history
bin/booh
patch
|
blob
|
history
diff --git
a/VERSION
b/VERSION
index cd7cadf4a5c0737090e37f9dd3c1cee3c4deea76..ac39a106c48515b621e90c028ed94c6f71bc03fa 100644
(file)
--- a/
VERSION
+++ b/
VERSION
@@
-1
+1
@@
-0.
8.99.8
+0.
9.0
diff --git
a/bin/booh
b/bin/booh
index 028f3b4e29eeb9563b8f7ac98fcfb6d7931c56d2..62b04f45dbed9ac0e2ccce03694c8e4515777458 100755
(executable)
--- a/
bin/booh
+++ b/
bin/booh
@@
-2843,7
+2843,7
@@
def open_file(filename)
return utf8(_("Corrupted booh file..."))
end
- if $xmldoc.root.attributes['version'] < '0.
8.99.2
'
+ if $xmldoc.root.attributes['version'] < '0.
9.0
'
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'