Bump version to 04.00.03.

This commit is contained in:
Dianne Skoll
2022-08-15 14:48:59 -04:00
parent 1032f8908e
commit f84f59fa91
4 changed files with 5 additions and 4 deletions
+1
View File
@@ -22,6 +22,7 @@
#define isempty(c) (isspace(c) || ((c) == '\\'))
#include "dynbuf.h"
#include <ctype.h>
int CallUserFunc (char const *name, int nargs, ParsePtr p);
int DoFset (ParsePtr p);