X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=02bfae93d13844c0dffb099ee5ba6e1b1edd15b8;hb=d088e362ddd9bdd99c2d1815ab87c5328cdc92a3;hp=8f79c9671e7485f1dd5c88169372a89fdc31fb3a;hpb=bd00c8ed506689d49306569634294446e0a017e5;p=uffi.git diff --git a/Makefile b/Makefile index 8f79c96..02bfae9 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.7 2002/03/10 05:13:09 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.8 2002/03/10 11:13:07 kevin Exp $ # # Copyright (c) 2002 by Kevin M. Rosenberg # @@ -41,12 +41,12 @@ realclean: clean docs: @(cd doc; make dist-doc) -VERSION=0.2.0 +VERSION=0.2.1 DISTDIR=uffi-${VERSION} DIST_TARBALL=${DISTDIR}.tar.gz DIST_ZIP=${DISTDIR}.zip SOURCE_FILES=src doc examples Makefile COPYING COPYRIGHT README \ - INSTALL uffi.lsm ChangeLog NEWS + INSTALL uffi.lsm ChangeLog NEWS test-all-examples.cl dist: realclean docs @rm -fr ${DISTDIR} ${DIST_TARBALL} ${DIST_ZIP}