1
0
mirror of https://github.com/mnaberez/py65.git synced 2026-04-20 08:16:32 +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
+1 -1
View File
@@ -1,4 +1,4 @@
0.19-dev (Next Release)
0.19 (2014-03-12)
- Fixed 65C02 opcode $D2: CMP Zero Page, Indirect.
+1 -1
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
+1 -1
View File
@@ -1,4 +1,4 @@
__version__ = '0.19-dev'
__version__ = '0.19'
import os
import sys