X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=41ac5b3b8d7d4fd88716c1024acdad2db353b6fa;hb=63b0648b562bc5a8db5ef013804b1ff4e5c52314;hp=51dd113b549308ce2c41073403ccedfc8ad9c8cf;hpb=0e2874cd053926b5687403d7a824f8eea28f847b;p=uffi.git diff --git a/Makefile b/Makefile index 51dd113..41ac5b3 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.10 2002/03/10 21:48:50 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.11 2002/03/11 18:00:57 kevin Exp $ # # Copyright (c) 2002 by Kevin M. Rosenberg # @@ -41,12 +41,12 @@ realclean: clean docs: @(cd doc; make dist-doc) -VERSION=0.2.2 +VERSION=0.2.3 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 test-examples.cl + INSTALL uffi.lsm ChangeLog NEWS test-examples.cl set-logical.cl dist: realclean docs @rm -fr ${DISTDIR} ${DIST_TARBALL} ${DIST_ZIP}