aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-07-16 20:54:44 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-07-16 20:54:44 +0300
commitb8e082709501405ec15071dfd1508f52d6985072 (patch)
tree6a1006a85d5927d881c6e0c21cb6cfdd1a772677 /main.c
parent147521b8315184004d69f3b75cf0bcfb49a717eb (diff)
downloadone-true-awk-b8e082709501405ec15071dfd1508f52d6985072.tar.gz
Update FIXES and version in main.c.
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 9c31591..92043f4 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 20190617";
+const char *version = "version 20190716";
#define DEBUG
#include <stdio.h>