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:
Diffstat (limited to 'source/main.c')
-rw-r--r--source/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/main.c b/source/main.c
index aa1beb8..f03628a 100644
--- a/source/main.c
+++ b/source/main.c
@@ -21,11 +21,11 @@
*
* Modifications by:
* Bob Rost
- * Alexey Avdyukhin
+ * Alexey 'Cluster' Avdyukhin
*
*/
-#define VERSION "v3.2"
+#define VERSION "v3.3"
#define DESCRIPTION "a 6502 assembler with specific NES support"
#define GITHUB_URL "https://github.com/ClusterM/nesasm/"