diff options
author | bwarsaw <> | 2004-05-14 03:34:34 +0000 |
---|---|---|
committer | bwarsaw <> | 2004-05-14 03:34:34 +0000 |
commit | eee164f8ac11326402a35564965301137d314b42 (patch) | |
tree | 1720476cb97d3f98051364272567dd0241c473a0 /misc | |
parent | 4af43fe05e3d0eb8291b1088213adb319ab7d2f1 (diff) | |
download | mailman2-eee164f8ac11326402a35564965301137d314b42.tar.gz mailman2-eee164f8ac11326402a35564965301137d314b42.tar.xz mailman2-eee164f8ac11326402a35564965301137d314b42.zip |
Update to email 2.5.5
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in index f2314c4d..56ad8822 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2003 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2004 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -52,7 +52,7 @@ SETUPINSTOPTS= --install-lib $(DESTDIR)$(PYTHONLIBDIR) \ SETUPCMD= setup.py --quiet install $(SETUPINSTOPTS) PKGDIR= $(srcdir) -EMAILPKG= email-2.5.4 +EMAILPKG= email-2.5.5 JACODECSPKG= JapaneseCodecs-1.4.10 KOCODECSPKG= KoreanCodecs-2.0.5 |