1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-01 03:41:31 +00:00

Prepare 0.19 release

This commit is contained in:
Mike Naberezny 2014-03-12 10:04:28 -07:00
parent 7530f81507
commit 8d9cb71f6e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
0.19-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-dev'
version = '0.19'
# The full version, including alpha/beta/rc tags.
release = version

View File

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