This is ACC 1.54.

SVN r4343 (trunk)
This commit is contained in:
Randy Heit 2013-06-09 01:55:22 +00:00
parent 6c5a5db327
commit 3ee9363c3c
2 changed files with 2 additions and 2 deletions

View file

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

2
acc.c
View file

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