Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nesasm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-09-16 19:47:09 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2020-09-16 19:47:09 +0300
commit6129c4e3ca72687a5c71e1c108e7a1725aadd3e6 (patch)
tree4dec1b6fe69523401baf8d1743c2f959b6a77969
parentabf7e2a18a7f38de9fc2d47bd32e17a4f29b81b4 (diff)
New versionv3.2
-rw-r--r--README.md2
-rw-r--r--source/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9bf18cb..0d585f4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# nesasm CE v3.1b - a 6502 assembler with specific NES support
+# nesasm CE v3.2 - a 6502 assembler with specific NES support
Just another modification of nesasm. Based on modification by Tim Hentenaar which is based on modification by Bob Rost which is based on modification of nesasm 2.51 from MagicKit.
diff --git a/source/main.c b/source/main.c
index 9b8b815..894da1b 100644
--- a/source/main.c
+++ b/source/main.c
@@ -25,7 +25,7 @@
*
*/
-#define VERSION "v3.1"
+#define VERSION "v3.2"
#define DESCRIPTION "a 6502 assembler with specific NES support"
#define GITHUB_URL "https://github.com/ClusterM/nesasm/"