Hi guys, I haven't been able to find a numeric version indicator for pyglet. I want to test between 1.0 and 1.1 at the moment. If it doesn't already exist maybe something like this could be added:
version = (1, 1, 2) # current 1.1 alpha 2 i am running version_string = ".".join(map(str, version)) Regards, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" 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/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
