Skip to content

Commit

Permalink
fdm 1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Marriott committed Dec 2, 2014
1 parent ceb5afc commit c690093
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

.PHONY: clean

VERSION= 1.7
VERSION= 1.8

FDEBUG= 1
#FDEBUG= 1

CC?= gcc
YACC= yacc -d
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
.SUFFIXES: .c .o
.PHONY: clean regress

VERSION= 1.7
VERSION= 1.8

FDEBUG= 1
#FDEBUG= 1

CC?= cc
YACC= yacc -d
Expand Down
2 changes: 1 addition & 1 deletion tools/dist.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $Id$

VERSION= 1.7
VERSION= 1.8

DISTDIR= fdm-${VERSION}
DISTFILES= *.[chl] Makefile GNUmakefile configure *.[1-9] fdm-sanitize \
Expand Down

0 comments on commit c690093

Please sign in to comment.