aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-11-08 14:40:18 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-11-08 14:40:18 +0200
commitc879fbf013b5314c27fa236c987ea56a521420e6 (patch)
tree23469068757a5e98d0a9f9be7b77ee87669244d3 /main.c
parent0e1bebcc09e647ab3f7f6bd8fba34ee4a64efc48 (diff)
downloadone-true-awk-c879fbf013b5314c27fa236c987ea56a521420e6.tar.gz
From Ori Bernstein, ori@eigenstate.org, for FS="" in multibyte locale.
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 8b14d27..255ded7 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 20191025";
+const char *version = "version 20191108";
#define DEBUG
#include <stdio.h>