There is only one code located at https://github.com/musescore/MuseScore You can see a list of commits here: https://github.com/musescore/MuseScore/commits/master
There is most likely something wrong on your system since the last commit SHA is aac18bec43561b13783bc124c424189fc6b66da1 I would do the following * make sure you are on your master branch by running "git status" * make sure that upstream is https://github.com/musescore/MuseScore by running "git remote -v" * if it's the case, run "git fetch upstream" and then "git merge upstream/master" * run "git log" to make sure that you are at the right SHA1. Use github website to check it https://github.com/musescore/MuseScore/commits/master lasconic PS: I'm on IRC #musescore on freenode.net if you need live help http://irc.lc/freenode/musescore 2014-02-16 18:10 GMT+01:00 robert leleu <[email protected]>: > I downloaded MuseScoreNightly-2014-02-14-1822-aac18be.7z, i.e. the last > Windows nightly. > > However the last Linux nightly I have been able to compile is > mscore.64bits-2014-02-08-14-14-1d54c0a.tar.bz2 and the today > (2014-02-16-09-56) interrogation by > > git reset --hard HEAD > git pull > > returned > > HEAD is now at 1d54c0a Qt 5.2 is not required for Windows, strictly speaking > only 5.1 is required by the code, QT_MIN_VERSION should reflect this. Use > online installer Qt path on Windows. > > showing a today Linux version older than the last Windows version > > Is that normal ? or is there something to fix on my machine ? > > > > -- > View this message in context: > http://dev-list.musescore.org/Do-the-3-systems-share-the-same-source-tp7578593.html > Sent from the MuseScore Developer mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Android apps run on BlackBerry 10 > Introducing the new BlackBerry 10.2.1 Runtime for Android apps. > Now with support for Jelly Bean, Bluetooth, Mapview and more. > Get your Android app in front of a whole new audience. Start now. > http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk > _______________________________________________ > Mscore-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mscore-developer ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
