mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-22 20:11:36 +00:00
Methinks it's time for an updated release of ACC (1.46).
SVN r743 (trunk)
This commit is contained in:
parent
43f6244206
commit
b7a72e103a
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -18,7 +18,7 @@ endif
|
|||
|
||||
CFLAGS = -Os -Wall -W -fomit-frame-pointer
|
||||
LDFLAGS = -s
|
||||
VERNUM = 145
|
||||
VERNUM = 146
|
||||
|
||||
OBJS = \
|
||||
acc.o \
|
||||
|
@ -143,4 +143,4 @@ zipbin: $(EXENAME) $(ACS)
|
|||
kzip /y acc$(VERNUM).zip $(EXENAME) $(ACS)
|
||||
|
||||
zipwbin: Release/acc.exe $(ACS)
|
||||
kzip /y acc$(VERNUM)win.zip Release/acc.exe $(ACS)
|
||||
kzip /y acc$(VERNUM)win.zip acc.exe $(ACS)
|
||||
|
|
2
acc.c
2
acc.c
|
@ -22,7 +22,7 @@
|
|||
|
||||
// MACROS ------------------------------------------------------------------
|
||||
|
||||
#define VERSION_TEXT "1.45"
|
||||
#define VERSION_TEXT "1.46"
|
||||
#define COPYRIGHT_YEARS_TEXT "1995"
|
||||
|
||||
// TYPES -------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue