From 4feeedf3f69fdc337fa6268aa7ca1e7f55c1fdb5 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 15 Mar 2002 11:41:19 +0000 Subject: [PATCH] r1574: *** empty log message *** --- ChangeLog | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ffd8ed..fc82cfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ 15 Mar 2002 - * Finished basic documentation. + * Finished basic skeleton of documentation. 14 Mar 2002 * Changed license to more liberal Lisp Lessor GNU Public License diff --git a/Makefile b/Makefile index a090fcb..e2791ee 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.15 2002/03/15 11:38:13 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.16 2002/03/15 11:41:19 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -31,7 +31,7 @@ realclean: clean docs: @(cd doc; make dist-doc) -VERSION=0.2.6x +VERSION=0.2.6 DISTDIR=uffi-${VERSION} DIST_TARBALL=${DISTDIR}.tar.gz DIST_ZIP=${DISTDIR}.zip -- 2.34.1