Hi, it shows "2.0.3" for me (both in dev mode and compiled), so this isn't a stale string thing.
Sounds to me as if you still have a gwt-user.jar or gwt-servlet.jar from 1.7 somewhere on your classpath - probably in addition to your 2.0.3 jars, as the newer features seem to work. Chris On Mar 5, 8:43 am, goolie <[email protected]> wrote: > Hi, > > I've updated my project to gwt 2.0.3 yesterday but it seems like the > method GWT.getVersion() is still returning 1.7.0. I can see and use > all the new stuff like ClientBundle etc so it really must be version > 2. Have I possibly missed something in the upgrade (I've swapped gwt- > user.jar, gwt-dev.jar and gwt-servlet.jar)? > > BR > Oskar -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
