diff options
author | Jeffrey Hsu <hsu@FreeBSD.org> | 1994-12-31 02:21:20 +0000 |
---|---|---|
committer | Jeffrey Hsu <hsu@FreeBSD.org> | 1994-12-31 02:21:20 +0000 |
commit | a107ff106b1ffa02ad1d6bea661e82798dcd1fcc (patch) | |
tree | 7814b15e644909bf21849800f39d4744f9dcbbfe /lang | |
parent | Upgrade. (diff) |
Bump version number to 1.0.4.
Notes
Notes:
svn path=/head/; revision=650
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Sather/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 6bd2afef8b98..b029ed018dcf 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -3,12 +3,12 @@ # Date created: Mon Oct 31 22:04:12 PST 1994 # Whom: hsu # -# $Id: Makefile,v 1.1.1.1 1994/11/01 06:08:02 hsu Exp $ +# $Id: Makefile,v 1.2 1994/11/22 10:05:33 hsu Exp $ # -DISTNAME= Sather-1.0.2 +DISTNAME= Sather-1.0.4 MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/ -DISTFILES= Sather-1.0.2.tar.Z +DISTFILES= Sather-1.0.4.tar.Z WRKSRC= ${WRKDIR}/Sather ALL_TARGET= testall |