diff --git a/Makefile b/Makefile index 37b724b..a40bef6 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ endif CFLAGS = -Os -Wall -W -fomit-frame-pointer LDFLAGS = -s -VERNUM = 144 +VERNUM = 145 OBJS = \ acc.o \ diff --git a/acc.c b/acc.c index c502970..b5a62a5 100644 --- a/acc.c +++ b/acc.c @@ -22,7 +22,7 @@ // MACROS ------------------------------------------------------------------ -#define VERSION_TEXT "1.44" +#define VERSION_TEXT "1.45" #define COPYRIGHT_YEARS_TEXT "1995" // TYPES -------------------------------------------------------------------