[Mailman-Developers] Changing version numbers

Ron Jarrell jarrell@vt.edu
Wed, 08 May 2002 09:52:41 -0400


At 09:00 PM 5/7/02 -0400, Terri Oda wrote:
>Just noticed this upgrading an installation from 2.0.8 to 2.0.10... why doesn't Version.py get overwritten by the new installation?  I'm guessing that it's just in case you've got some freaky version system of your own worked out, but it seems a little strange to look at a new installation and discover that the old version number is among the preserved settings.
>
>I just copied over the new file and compiled it.  Was there something more elaborate I was supposed to do?  And where was I told to do it? :)

You weren't told to do it anywhere, because you shouldn't have had to do it...  The make install should have dropping in a new copy of Version.py, and then the compile_dir would have generated a new Version.pyc.

You should carefully review the make install output, make sure there wasn't an error buried in the noise, and double check the permissions on the files, run check_perms, etc.