summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib
diff options
context:
space:
mode:
authorbwarsaw1999-01-15 04:22:16 +0000
committerbwarsaw1999-01-15 04:22:16 +0000
commitafdc7fa4d45d65a1d6192405cae3826d80db4f72 (patch)
tree720565f5154391d8123a9ce1eb047d3076f56ce2 /Mailman/pythonlib
parent6db5b8e16dd193fbed573cb344da0a84b1bbe19f (diff)
downloadmailman-afdc7fa4d45d65a1d6192405cae3826d80db4f72.tar.gz
mailman-afdc7fa4d45d65a1d6192405cae3826d80db4f72.tar.zst
mailman-afdc7fa4d45d65a1d6192405cae3826d80db4f72.zip
VERSION is no longer set in configure because it's too hard to
propagate version string changes to the public (you have to autoreconf, then reconfigure and reinstall). Now, VERSION is set directory in Defaults.py.in and the Release.py script updates that file directly. Now we just need to run ./config.status and do a re-install. I hope this will make things easier. I'm also bumping the version to 1.0b8, so I can do a release tomorrow.
Diffstat (limited to 'Mailman/pythonlib')
-rw-r--r--Mailman/pythonlib/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mailman/pythonlib/Makefile.in b/Mailman/pythonlib/Makefile.in
index 15bcf63b5..ccf178991 100644
--- a/Mailman/pythonlib/Makefile.in
+++ b/Mailman/pythonlib/Makefile.in
@@ -20,8 +20,6 @@
# Variables set by configure
-VERSION= @VERSION@
-
VPATH= @srcdir@
srcdir= @srcdir@
bindir= @bindir@