RC version numbers

2013-04-25 Thread Andrew Grieve
For the JS, we set VERSION = 2.7.0rc1 For Android's Device.java, we set VERSION = 2.7.0 (no rc1). Perhaps not a huge deal, but I just want to get clear on this before automating the instructions on the wiki via scripts. Probably from now on we should put the rc1 on all release candidates, yes?

Re: RC version numbers

2013-04-25 Thread Joe Bowser
OK, even though it won't go into 2.7.0rc1, I added the correct version anyway. I do think we need to cut an RC2 before we do a final release, and I'll start up a separate thread for that. On Thu, Apr 25, 2013 at 10:18 AM, Joe Bowser bows...@gmail.com wrote: That's an accident! The VERSION files

Re: RC version numbers

2013-04-25 Thread Simon MacDonald
It should be in there. If you change the VERSION file in the Android repo then run the ant script it will update the VERSION in all the files that are required. Then you package that up in the tag commit. Simon Mac Donald http://hi.im/simonmacdonald On Thu, Apr 25, 2013 at 1:15 PM, Andrew

Re: RC version numbers

2013-04-25 Thread Joe Bowser
That's an accident! The VERSION files should be 2.7.0rc1 On Thu, Apr 25, 2013 at 10:15 AM, Andrew Grieve agri...@chromium.org wrote: For the JS, we set VERSION = 2.7.0rc1 For Android's Device.java, we set VERSION = 2.7.0 (no rc1). Perhaps not a huge deal, but I just want to get clear on

Re: RC version numbers

2013-04-25 Thread Joe Bowser
That's exactly what I did. The VERSION was set to 2.7.0, not 2.7.0rc1. On Thu, Apr 25, 2013 at 10:22 AM, Simon MacDonald simon.macdon...@gmail.com wrote: It should be in there. If you change the VERSION file in the Android repo then run the ant script it will update the VERSION in all the