aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-08-16 18:48:05 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-08-16 18:48:05 +0300
commit9804285af0866f90731a6e0ce767ab0e7b23b6c6 (patch)
treedfb748e74737e73bed14077eaa97404830dc4ebd /main.c
parent9c63cb6ccd303fb64b703ff0836400f204078621 (diff)
downloadone-true-awk-9804285af0866f90731a6e0ce767ab0e7b23b6c6.tar.gz
Additional fixes for DJGPP.
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 0f3c4a7..e0219dc 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 20200807";
+const char *version = "version 20200816";
#define DEBUG
#include <stdio.h>