mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-21 02:09:54 +00:00
Next will be 1.0.
This commit is contained in:
parent
b8bd24817f
commit
21f8ed50db
2 changed files with 6 additions and 6 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# $Id: GNUmakefile,v 1.107 2009-07-01 22:10:06 nicm Exp $
|
||||
# $Id: GNUmakefile,v 1.108 2009-07-06 18:21:17 nicm Exp $
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
VERSION= 0.9
|
||||
VERSION= 1.0
|
||||
|
||||
#FDEBUG= 1
|
||||
FDEBUG= 1
|
||||
|
||||
CC?= gcc
|
||||
CFLAGS+= -DBUILD="\"$(VERSION)\""
|
||||
|
|
|
|||
6
Makefile
6
Makefile
|
|
@ -1,11 +1,11 @@
|
|||
# $Id: Makefile,v 1.142 2009-07-01 22:10:06 nicm Exp $
|
||||
# $Id: Makefile,v 1.143 2009-07-06 18:21:17 nicm Exp $
|
||||
|
||||
.SUFFIXES: .c .o
|
||||
.PHONY: clean
|
||||
|
||||
VERSION= 0.9
|
||||
VERSION= 1.0
|
||||
|
||||
#FDEBUG= 1
|
||||
FDEBUG= 1
|
||||
|
||||
CC?= cc
|
||||
CFLAGS+= -DBUILD="\"$(VERSION)\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue