Methinks it's time for an updated release of ACC (1.46).

SVN r743 (trunk)
This commit is contained in:
Randy Heit 2008-02-13 03:00:22 +00:00
parent 43f6244206
commit b7a72e103a
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ endif
CFLAGS = -Os -Wall -W -fomit-frame-pointer
LDFLAGS = -s
VERNUM = 145
VERNUM = 146
OBJS = \
acc.o \
@ -143,4 +143,4 @@ zipbin: $(EXENAME) $(ACS)
kzip /y acc$(VERNUM).zip $(EXENAME) $(ACS)
zipwbin: Release/acc.exe $(ACS)
kzip /y acc$(VERNUM)win.zip Release/acc.exe $(ACS)
kzip /y acc$(VERNUM)win.zip acc.exe $(ACS)

2
acc.c
View file

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