libsaria: Bump version to 4.10

This commit is contained in:
Bryan Schumaker 2011-06-27 23:18:16 -04:00
parent fd198294ee
commit 0017c04bbf
1 changed files with 2 additions and 2 deletions

View File

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