ACC version 1.55

This commit is contained in:
Randy Heit 2016-02-05 18:17:18 -06:00
parent 6bb023d058
commit 177f5e12e2
2 changed files with 2 additions and 2 deletions

View file

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

2
acc.c
View file

@ -22,7 +22,7 @@
// MACROS ------------------------------------------------------------------
#define VERSION_TEXT "1.54"
#define VERSION_TEXT "1.55"
#define COPYRIGHT_YEARS_TEXT "1995"
// TYPES -------------------------------------------------------------------