aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorozan yigit <ozan.yigit@gmail.com>2021-11-23 16:10:27 -0500
committerozan yigit <ozan.yigit@gmail.com>2021-11-23 16:10:27 -0500
commit52fb5d07d3524250353fa3eb262e7410d589f4b8 (patch)
tree06f305273dd47a187572afd8c6996dea704b352d /main.c
parentd91c473c7c187079a886fcbc27fc7955da52a8fd (diff)
downloadone-true-awk-52fb5d07d3524250353fa3eb262e7410d589f4b8.tar.gz
version and FIXES updated.
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 ee8b82b..9d3288a 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 20211103";
+const char *version = "version 20211122";
#define DEBUG
#include <stdio.h>