- version 1.57

This commit is contained in:
Rachael Alexanderson 2018-12-27 18:43:06 -05:00
parent a1a2daf2ac
commit 479340f982
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ endif
CFLAGS ?= -O2 -Wall -W
LDFLAGS ?= -s
VERNUM = 156
VERNUM = 157
OBJS = \
acc.o \

2
acc.c
View file

@ -22,7 +22,7 @@
// MACROS ------------------------------------------------------------------
#define VERSION_TEXT "1.56"
#define VERSION_TEXT "1.57"
#define COPYRIGHT_YEARS_TEXT "1995"
// TYPES -------------------------------------------------------------------