Hi, > I did a 'git clone' and 'build.properties' shows: > > # flex-sdk-description values > release = Apache Flex 4.9.1 > release.version = 4.9.1
That's the "trunk". A git clone will get "trunk" or master by default if you just pass it the git repo URL. > While the develop branch in SVN has: > > # flex-sdk-description values > release = Apache Flex 4.10.0 > release.version = 4.10.0 See my previous email on how to switch to develop and/or switch between branches. Justin