Back to -dev until next release

This commit is contained in:
Mike Naberezny 2014-01-30 15:24:10 -08:00
parent 7435c43fda
commit 589aed7ea7
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
0.19-dev (Next Release)
0.18 (2014-01-30)
- Fixed a bug in RTS where popping $FFFF off the stack would cause

View File

@ -51,9 +51,9 @@ copyright = u'2008-%d, Mike Naberezny and contributors' % year
# built documents.
#
# The short X.Y version.
version = '0.18'
version = '0.19-dev'
# The full version, including alpha/beta/rc tags.
release = '0.18'
release = version
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -1,4 +1,4 @@
__version__ = '0.18'
__version__ = '0.19-dev'
import os
import sys