aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-30 17:15:58 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-30 17:15:58 +0300
commit9b80a7c137720bc21d4be4152aeb6ab9e1810f61 (patch)
tree17662f887b60788c453930c741a98b1a41e8aaa6 /main.c
parent07f04384230b0c4cb8c47da7b5a6aebdea992b1e (diff)
downloadone-true-awk-9b80a7c137720bc21d4be4152aeb6ab9e1810f61.tar.gz
Update version and FIXES.
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 602942e..bcdec89 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 20200702";
+const char *version = "version 20200730";
#define DEBUG
#include <stdio.h>