From 31d3b10553cdda2cff7c930b7370b7a044ccd666 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 21 Sep 2021 21:30:25 +0100 Subject: Version for V1.11 development. Restored HTML link in README.md --- README.md | 3 +-- src/casm.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d074fe..d8034af 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ Simply pass it the file to assemble, i.e. `casm source.txt` -Full documentation can be found in -HTML format. +Full documentation can be found in [HTML](doc/casm.html) format. ## Processors diff --git a/src/casm.c b/src/casm.c index ad4824c..88a611c 100644 --- a/src/casm.c +++ b/src/casm.c @@ -59,7 +59,7 @@ */ static const char *casm_usage = -"Version 1.10\n" +"Version 1.11 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