For example, I have this method to know if my code is running is hosted mode 
or over appengine:

public static boolean isDevelopment() {
        return (SystemProperty.environment.value() == 
SystemProperty.Environment.Value.Development);
}

And I need a similar method that returns me in wich version number is 
running my code when runs over appengine.

Is there anyway to get the version number?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to