aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-06-12 14:30:03 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-06-12 14:30:03 +0300
commitcef51801109a3032c66aa76503a92ce66724725a (patch)
tree7346c2bd887a47aa3226b161f7dc8f19669d2222 /main.c
parentb2de1c4ee74c1283bae52cd6a94a56308430f79e (diff)
downloadone-true-awk-cef51801109a3032c66aa76503a92ce66724725a.tar.gz
Fix Issue 78 and apply PR 80.
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 7b19557..269f0a8 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 20200605";
+const char *version = "version 20200612";
#define DEBUG
#include <stdio.h>