From 2c34cdee72e6581da2b798713770f6ad3a11d59a Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 17 Feb 2012 01:09:14 +0000 Subject: [PATCH] - Version bump ACC to 1.51. SVN r3368 (trunk) --- Makefile | 2 +- acc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 722e133..4e21bd1 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ endif CFLAGS ?= -Os -Wall -W -fomit-frame-pointer LDFLAGS ?= -s -VERNUM = 150 +VERNUM = 151 OBJS = \ acc.o \ diff --git a/acc.c b/acc.c index 9c37699..4d491a5 100644 --- a/acc.c +++ b/acc.c @@ -22,7 +22,7 @@ // MACROS ------------------------------------------------------------------ -#define VERSION_TEXT "1.50" +#define VERSION_TEXT "1.51" #define COPYRIGHT_YEARS_TEXT "1995" // TYPES -------------------------------------------------------------------