From 177f5e12e29255a47dff943faf9deb9782f88ac3 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 5 Feb 2016 18:17:18 -0600 Subject: [PATCH] ACC version 1.55 --- Makefile | 2 +- acc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aee3735..8742323 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ endif CFLAGS ?= -O2 -Wall -W LDFLAGS ?= -s -VERNUM = 154 +VERNUM = 155 OBJS = \ acc.o \ diff --git a/acc.c b/acc.c index 94490df..6eb45e3 100644 --- a/acc.c +++ b/acc.c @@ -22,7 +22,7 @@ // MACROS ------------------------------------------------------------------ -#define VERSION_TEXT "1.54" +#define VERSION_TEXT "1.55" #define COPYRIGHT_YEARS_TEXT "1995" // TYPES -------------------------------------------------------------------