On Mon, Nov 24, 2008 at 7:03 AM, Faber Fedor <[EMAIL PROTECTED]> wrote:
> Waitaminnit! We can do minor versioning?! Every time I put a non-integer > value for "version" in my app.yaml file, I get a regex error. Reading the > regex, it looks like it wants only integers for version numbers! The "major" version is the "version:" field in your app.yaml; you have control over it, and I think it can be non-integral (like a string "qa"), but perhaps it can't take dots. The "minor" versioning is just different revisions of the same major version, and it changes every time you upload a new version. They used to be sequentially-incremented integers, but now they are timestamps. Dave. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
