From da6bbdd6667b1d47bbe911fa04d7e23710e96e93 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Tue, 31 Oct 2006 02:18:23 +0000 Subject: [PATCH] Bumped ACC version to 1.45. SVN r367 (trunk) --- Makefile | 2 +- acc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -------------------------------------------------------------------