aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-10-25 11:03:02 -0400
committerArnold D. Robbins <arnold@skeeve.com>2019-10-25 11:03:02 -0400
commit2a8f1758b9bfe5f4c4b5db2fe2339a4bc18c88c0 (patch)
tree7f15d531c795df1526a46d1abf3c852a8a74a220 /main.c
parent938b26cfaeaa7b1e7ba69d7d5985e63aefe0a0f4 (diff)
downloadone-true-awk-2a8f1758b9bfe5f4c4b5db2fe2339a4bc18c88c0.tar.gz
Update FIXES and main.c version.
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 27dd6cf..8b14d27 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 20191024";
+const char *version = "version 20191025";
#define DEBUG
#include <stdio.h>