Next will be 1.0.

This commit is contained in:
Nicholas Marriott 2009-07-06 18:21:17 +00:00
parent b8bd24817f
commit 21f8ed50db
2 changed files with 6 additions and 6 deletions

View File

@ -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)\""

View File

@ -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)\""