Hi, > I'm about to shutdown for tonight, can you do a quick check to make sure > no code in the modules folder needs to change as well? Just take a quick > look at any changes to that folder between 4.9 and 4.10.
I checked it's correct, from MxmlConfiguration.java: public static final int VERSION_4_11 = 0x040b0000; public static final int VERSION_4_10 = 0x040a0000; public static final int LATEST_MAJOR_VERSION = 4; public static final int LATEST_MINOR_VERSION = 11; Thanks, Justin