aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-06-25 21:36:24 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-06-25 21:36:24 +0300
commitf232de85f6787967552cd3efe79fc0b4f152d090 (patch)
tree593b2386b854d60a48328fb5f08a9a318f82920a /main.c
parent0f25df0619e9523f5449aea50bcbe9d5c34a491f (diff)
downloadone-true-awk-f232de85f6787967552cd3efe79fc0b4f152d090.tar.gz
Update FIXES and date 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 24117ac..37572cc 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 20200612";
+const char *version = "version 20200625";
#define DEBUG
#include <stdio.h>