Hi, all. Reading the Django users list, I saw someone mention not knowing what the "pre" meant in the version string returned by django-admin.py. This made me think of version numbers more generally, and I wondered if others saw value in appending an SVN revision identifier on the version string.
So instead of 0.97-pre the version would be 0.97-pre-SVN-5919. This might help make it easier to track down what revision people are running since so many of us run off trunk. This, of course, would have no impact on official releases. I worked up a quick patch, which I can add to a ticket, if others see any value in this. http://dpaste.com/17141/ Cheers, deryck --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
