diff options
author | John Polstra <jdp@FreeBSD.org> | 1998-04-28 22:23:18 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1998-04-28 22:23:18 +0000 |
commit | 782cb43ccaec6e761b1f72ec183d93dd8610557b (patch) | |
tree | ff38649f70fccb321a8c7a9602271d7732953c8e /lang/modula-3/Makefile | |
parent | c4aeb1a8b7537b061fdf6c12ee7d4bc1d490c6ec (diff) |
Notes
Diffstat (limited to 'lang/modula-3/Makefile')
-rw-r--r-- | lang/modula-3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile index 7ee5483244d6..8260d2d175cf 100644 --- a/lang/modula-3/Makefile +++ b/lang/modula-3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Mar 1996 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.17 1997/07/17 15:12:48 max Exp $ +# $Id: Makefile,v 1.18 1997/07/26 00:24:53 jdp Exp $ # DISTNAME= modula-3-3.6 @@ -24,8 +24,8 @@ MAN1= analyze_coverage.1 formsedit.1 m3browser.1 \ replayheap.1 showheap.1 shownew.1 showthread.1 # Keep these in sync with the PLIST and with the library version numbers -# in the modula-3-lib port. -major= 5 +# in the modula-3-lib port (PLIST and patch-ah there). +major= 6 minor= 0 # The Modula-3 build process insists on installing each individual |