diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-05-08 21:45:50 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-05-08 21:45:50 +0100 |
commit | 01b51167301fe75415ea2d2a16f89e34204f3bfa (patch) | |
tree | 525b14cb585d1060dee935936540bc6fb1411630 /src/casm.c | |
parent | d3713129e61a8953a61b8f15f7be6a3110197ed5 (diff) |
Changes for V1.2:V1.2
* Finished library support.
* Finished SNES support
* Fixed bad email in copyleft headers.
Diffstat (limited to 'src/casm.c')
-rw-r--r-- | src/casm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ casm - Simple, portable assembler - Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.demon.co.uk) + Copyright (C) 2003-2015 Ian Cowburn (ianc@noddybox.co.uk) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -58,7 +58,7 @@ */ static const char *casm_usage = -"Version 1.2 development\n" +"Version 1.2\n" "\n" "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |