Guess I didn't have the version bumped files saved when I committed the alleged version bump...

SVN r1330 (trunk)
This commit is contained in:
Randy Heit 2008-12-26 01:58:42 +00:00
parent 48694c4d3e
commit a25308807d
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 = 146
VERNUM = 147
OBJS = \
acc.o \

2
acc.c
View file

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