mirror of
https://github.com/ZDoom/acc.git
synced 2025-01-30 19:00:40 +00:00
- Version bump ACC to 1.51.
SVN r3368 (trunk)
This commit is contained in:
parent
c10009b525
commit
2c34cdee72
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ endif
|
|||
|
||||
CFLAGS ?= -Os -Wall -W -fomit-frame-pointer
|
||||
LDFLAGS ?= -s
|
||||
VERNUM = 150
|
||||
VERNUM = 151
|
||||
|
||||
OBJS = \
|
||||
acc.o \
|
||||
|
|
2
acc.c
2
acc.c
|
@ -22,7 +22,7 @@
|
|||
|
||||
// MACROS ------------------------------------------------------------------
|
||||
|
||||
#define VERSION_TEXT "1.50"
|
||||
#define VERSION_TEXT "1.51"
|
||||
#define COPYRIGHT_YEARS_TEXT "1995"
|
||||
|
||||
// TYPES -------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue