diff --git a/Makefile b/Makefile index a40bef6..9863c15 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/acc.c b/acc.c index b5a62a5..ba52a46 100644 --- a/acc.c +++ b/acc.c @@ -22,7 +22,7 @@ // MACROS ------------------------------------------------------------------ -#define VERSION_TEXT "1.45" +#define VERSION_TEXT "1.46" #define COPYRIGHT_YEARS_TEXT "1995" // TYPES -------------------------------------------------------------------