- Version bump ACC to 1.51.

SVN r3368 (trunk)
This commit is contained in:
Randy Heit 2012-02-17 01:09:14 +00:00
parent c10009b525
commit 2c34cdee72
2 changed files with 2 additions and 2 deletions

View file

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

2
acc.c
View file

@ -22,7 +22,7 @@
// MACROS ------------------------------------------------------------------ // MACROS ------------------------------------------------------------------
#define VERSION_TEXT "1.50" #define VERSION_TEXT "1.51"
#define COPYRIGHT_YEARS_TEXT "1995" #define COPYRIGHT_YEARS_TEXT "1995"
// TYPES ------------------------------------------------------------------- // TYPES -------------------------------------------------------------------