From 724dcd6d607f43e6cadc5b143807b1e24fb17fab Mon Sep 17 00:00:00 2001 From: nanochess Date: Mon, 16 Apr 2018 14:01:13 -0500 Subject: [PATCH] Updated version number --- README | 2 +- pretty6502.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 06f7747..8f265d6 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Pretty6502 v0.2 by Oscar Toledo G. http://nanochess.org/ +Pretty6502 v0.3 by Oscar Toledo G. http://nanochess.org/ Executables provided for Mac OS X and Windows. diff --git a/pretty6502.c b/pretty6502.c index f5a84bd..04938de 100644 --- a/pretty6502.c +++ b/pretty6502.c @@ -19,7 +19,7 @@ #include #include -#define VERSION "v0.2" +#define VERSION "v0.3" int tabs; int processor;