- Version 1.56

This commit is contained in:
raa-eruanna 2017-10-24 10:24:08 -04:00
parent 72f38d64e6
commit 3b03284c7d
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
CC = i586-mingw32msvc-gcc
# get the target for the compiler
target = $(strip $(shell $(CC) -dumpmachine))
@ -18,7 +20,7 @@ endif
CFLAGS ?= -O2 -Wall -W
LDFLAGS ?= -s
VERNUM = 155
VERNUM = 156
OBJS = \
acc.o \

2
acc.c
View file

@ -22,7 +22,7 @@
// MACROS ------------------------------------------------------------------
#define VERSION_TEXT "1.55"
#define VERSION_TEXT "1.56"
#define COPYRIGHT_YEARS_TEXT "1995"
// TYPES -------------------------------------------------------------------