Begin work on Ocarina 5.6

This commit is contained in:
Bryan Schumaker 2012-01-21 22:12:13 -05:00
parent 0d63656df8
commit 12f6723111
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
import sys
MAJOR = 5
MINOR = 5
BUG = 3
MINOR = 6
BUG = 0
EXTRA = ""
DEBUG = False
DEBUG = True
PREFIX = "/usr"
DESTDIR = ""