libsaria: Bump version

I am now developing Ocarina 4.7
This commit is contained in:
Bryan Schumaker 2011-05-11 22:26:51 -04:00
parent 4e3d98ab61
commit 43b162d007
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Bryan Schumaker (5 / 6 / 2011)
__major__ = 4
__minor__ = 6
__minor__ = 7
__bug__ = 0
__dev__ = False
__dev__ = True
__vstr__ = "%s.%s" % (__major__, __minor__)
if __bug__ > 0: