From 35632f91feddca58f80891aabf9cbbe4265be7bc Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Thu, 3 Dec 2009 23:46:15 +0000 Subject: [PATCH] - Version bump ACC to 1.48. SVN r2015 (trunk) --- Makefile | 2 +- acc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9b3658a..8455f61 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ endif CFLAGS = -Os -Wall -W -fomit-frame-pointer LDFLAGS = -s -VERNUM = 147 +VERNUM = 148 OBJS = \ acc.o \ diff --git a/acc.c b/acc.c index 7a379a1..2349cd9 100644 --- a/acc.c +++ b/acc.c @@ -22,7 +22,7 @@ // MACROS ------------------------------------------------------------------ -#define VERSION_TEXT "1.47" +#define VERSION_TEXT "1.48" #define COPYRIGHT_YEARS_TEXT "1995" // TYPES ------------------------------------------------------------------- -- 2.11.0