aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-12-18 11:57:48 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-12-18 11:57:48 +0200
commit8909e00b57874e5858a210bc3a7e9e56e10eda35 (patch)
treedb83320920f990dba04c735f5df721bfab2dfcac /main.c
parent982a574e3282e0cb650b6e34f694ca191cb73fd4 (diff)
downloadone-true-awk-8909e00b57874e5858a210bc3a7e9e56e10eda35.tar.gz
Inf and NaN values fixed and printing improved. "This time for sure!"
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 22e52f6..5970cb4 100644
--- a/main.c
+++ b/main.c
@@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.
****************************************************************/
-const char *version = "version 20201215";
+const char *version = "version 20201218";
#define DEBUG
#include <stdio.h>