diff options
author | axis <[email protected]> | 2011-04-27 13:01:17 +0200 |
---|---|---|
committer | axis <[email protected]> | 2011-04-27 13:01:17 +0200 |
commit | 1a0d5aeb9197ea0c3432903c402d8449bea9f6b4 (patch) | |
tree | 3fbb60e2a0bff38c9cabfb1b5d347579e8769f93 /modularize | |
parent | 2f66cb61ffbf147292092ebe29e3d4759dfb9bda (diff) |
Diffstat (limited to 'modularize')
-rwxr-xr-x | modularize | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ push(@INC, "$basepath/scripts"); # Using option -bleeding will avoid these, and just try to run on the current branch you're in # if that is successful, you should update the SHA1 below to reflect that. my $good_47_sha1 = '770d5468a87c84cc435eefaa2a234f8c3b87f8c2'; -my $good_master_sha1 = '7ef9f99301a7c71fdb835f9e1f27d3111557aa2e'; +my $good_master_sha1 = '896db169ea224deb96c59ce8af800d019de63f12'; our @repos = ('qtbase', 'qtsvg', 'qtdeclarative', 'qt3support', 'qtactiveqt', 'qtscript', 'qtphonon', 'qtmultimedia', 'qttools', 'qtxmlpatterns', |