1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-13 22:29:30 +00:00

Back to -dev until next release

This commit is contained in:
Mike Naberezny 2014-03-12 10:09:03 -07:00
parent 8d9cb71f6e
commit 8f126be04a
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
0.20-dev (Next Release)
0.19 (2014-03-12)
- Fixed 65C02 opcode $D2: CMP Zero Page, Indirect.

View File

@ -51,7 +51,7 @@ copyright = u'2008-%d, Mike Naberezny and contributors' % year
# built documents.
#
# The short X.Y version.
version = '0.19'
version = '0.20-dev'
# The full version, including alpha/beta/rc tags.
release = version

View File

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