X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=8191f53ef19f927f8490db8b6859592836b95fd2;hb=bdc8d4579c990b175da72a928ccc664641b883ae;hp=4a836ba0e6a0e6779a748acc7ecb08c23b6790e1;hpb=11f2368e2aa756f12f698ce3f2d5182d2299dafc;p=uffi.git diff --git a/Makefile b/Makefile index 4a836ba..8191f53 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg, M.D. # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.23 2002/03/18 22:47:57 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.26 2002/03/21 07:56:45 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -31,11 +31,11 @@ realclean: clean docs: @(cd doc; make dist-doc) -VERSION=0.2.9 +VERSION=0.2.11 DISTDIR=uffi-${VERSION} DIST_TARBALL=${DISTDIR}.tar.gz DIST_ZIP=${DISTDIR}.zip -SOURCE_FILES=src doc examples Makefile uffi.system COPYRIGHT README \ +SOURCE_FILES=src doc examples Makefile uffi.system COPYRIGHT README TODO \ INSTALL uffi.lsm ChangeLog NEWS test-examples.cl set-logical.cl dist: realclean docs