From 479340f982ae6655961663c5dbedea4b3c903dd8 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Thu, 27 Dec 2018 18:43:06 -0500 Subject: [PATCH] - version 1.57 --- Makefile | 2 +- acc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 35b40c2..23c3490 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ endif CFLAGS ?= -O2 -Wall -W LDFLAGS ?= -s -VERNUM = 156 +VERNUM = 157 OBJS = \ acc.o \ diff --git a/acc.c b/acc.c index 47bacd9..b3e8c48 100644 --- a/acc.c +++ b/acc.c @@ -22,7 +22,7 @@ // MACROS ------------------------------------------------------------------ -#define VERSION_TEXT "1.56" +#define VERSION_TEXT "1.57" #define COPYRIGHT_YEARS_TEXT "1995" // TYPES -------------------------------------------------------------------