mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-25 21:31:31 +00:00
- version 1.57
This commit is contained in:
parent
a1a2daf2ac
commit
479340f982
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ endif
|
||||||
|
|
||||||
CFLAGS ?= -O2 -Wall -W
|
CFLAGS ?= -O2 -Wall -W
|
||||||
LDFLAGS ?= -s
|
LDFLAGS ?= -s
|
||||||
VERNUM = 156
|
VERNUM = 157
|
||||||
|
|
||||||
OBJS = \
|
OBJS = \
|
||||||
acc.o \
|
acc.o \
|
||||||
|
|
2
acc.c
2
acc.c
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
// MACROS ------------------------------------------------------------------
|
// MACROS ------------------------------------------------------------------
|
||||||
|
|
||||||
#define VERSION_TEXT "1.56"
|
#define VERSION_TEXT "1.57"
|
||||||
#define COPYRIGHT_YEARS_TEXT "1995"
|
#define COPYRIGHT_YEARS_TEXT "1995"
|
||||||
|
|
||||||
// TYPES -------------------------------------------------------------------
|
// TYPES -------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue