Adjust ocarina bug version

This commit is contained in:
Bryan Schumaker 2010-11-19 23:11:24 -05:00
parent 1703fff378
commit 49d7326816
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ gdk = gtk.gdk
__major__ = 4
__minor__ = 1
__bug__ = 4
__bug__ = 5
__dev__ = False
__vers__ = "Ocarina %s.%s" % (__major__, __minor__)