- Version bump ACC to 1.48.

SVN r2015 (trunk)
This commit is contained in:
Randy Heit 2009-12-03 23:46:15 +00:00
parent e14e81e0ff
commit 35632f91fe
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ endif
CFLAGS = -Os -Wall -W -fomit-frame-pointer
LDFLAGS = -s
VERNUM = 147
VERNUM = 148
OBJS = \
acc.o \

2
acc.c
View file

@ -22,7 +22,7 @@
// MACROS ------------------------------------------------------------------
#define VERSION_TEXT "1.47"
#define VERSION_TEXT "1.48"
#define COPYRIGHT_YEARS_TEXT "1995"
// TYPES -------------------------------------------------------------------