El 30/05/14 18:29, Harri Pasanen escribió: > Qt versioning is still haunting me. > > I just pulled the recent stable, building for Android, and the build > goes ok. However, after install it insists on claiming it is still Qt > 5.2.2, and all the libs have 5.2.2 suffix. > > harri@touho:~/src/qt5$ git branch > dev > * stable > > Based on your explanation below, I would have thought stable is 5.3.x by > now? >
what's the sha1 of qt5.git ? something like "git log -1". mine is: -------------------------------------------------------------------- commit 3192236ddf2957e87444118f7d862e38cc8100fc Author: Qt Submodule Update Bot <[email protected]> Date: Tue May 27 03:34:16 2014 +0300 Updated submodules. Change-Id: If4479c349b595d28e0dd4985259d7d1ed00bb966 Reviewed-by: Jani Heikkinen <[email protected]> -------------------------------------------------------------------- what happens if you do "git pull --rebase && git submodule update" ? Cheers, _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
