From 519fdd7d64c2d8366a3b3b076a1ec558f63e703e Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 20 Apr 2016 09:48:51 +0100 Subject: Removed modulus and added '%' as a binary format marker. --- src/casm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/casm.c') diff --git a/src/casm.c b/src/casm.c index 9b92bbf..771a7e3 100644 --- a/src/casm.c +++ b/src/casm.c @@ -57,7 +57,7 @@ */ static const char *casm_usage = -"Version 1.1\n" +"Version 1.2 development\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" -- cgit v1.2.3