diff options
author | schmonz <schmonz> | 2006-01-13 10:10:46 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2006-01-13 10:10:46 +0000 |
commit | 68f93afaab25663b7bdea391b1e6f02210db7222 (patch) | |
tree | f77d47a53bf41b7a42826b4df7ad81d8bcdb5da2 /editors/ce/Makefile.common | |
parent | 17bec33443d8e65a2b6d4f3e9ea8e5c93069060e (diff) | |
download | pkgsrc-68f93afaab25663b7bdea391b1e6f02210db7222.tar.gz |
Update to 4.6. No changelog; changes include newer autoconf and
bringing in bash's malloc implementation.
Diffstat (limited to 'editors/ce/Makefile.common')
-rw-r--r-- | editors/ce/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ce/Makefile.common b/editors/ce/Makefile.common index 0a66f160f52..c7f86cf7288 100644 --- a/editors/ce/Makefile.common +++ b/editors/ce/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.6 2005/01/10 15:02:59 schmonz Exp $ +# $NetBSD: Makefile.common,v 1.7 2006/01/13 10:10:46 schmonz Exp $ # DISTNAME= ce-${VERSION} -VERSION= 4.5 +VERSION= 4.6 CATEGORIES= editors MASTER_SITES= ftp://ftp.cwru.edu/pub/chet/ |