aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-10-24 09:42:51 -0400
committerArnold D. Robbins <arnold@skeeve.com>2019-10-24 09:42:51 -0400
commit961eec1fb550c90fa9ae09eebc42dd072f1b7718 (patch)
tree39af0e374a2e5805a5d15dfdc5d5bec0983ec3d5 /main.c
parent6589208eaf7e7da73a5a3fe8420c37c970206edc (diff)
downloadone-true-awk-961eec1fb550c90fa9ae09eebc42dd072f1b7718.tar.gz
Additional fixes after merge of PR 53.
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 fc0dd7b..27dd6cf 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 20191017";
+const char *version = "version 20191024";
#define DEBUG
#include <stdio.h>