File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<?php
22return array (
3- 'app_version ' => 'v6.3.4 ' ,
4- 'full_app_version ' => 'v6.3.4 - build 13226-g5229dd65c ' ,
5- 'build_version ' => '13226 ' ,
3+ 'app_version ' => 'v6.4.0 ' ,
4+ 'full_app_version ' => 'v6.4.0 - build 13351-gdb2baae758 ' ,
5+ 'build_version ' => '13351 ' ,
66 'prerelease_version ' => '' ,
7- 'hash_version ' => 'g5229dd65c ' ,
8- 'full_hash ' => 'v6.3.4-85-g5229dd65c ' ,
7+ 'hash_version ' => 'gdb2baae758 ' ,
8+ 'full_hash ' => 'v6.4.0-210-gdb2baae758 ' ,
99 'branch ' => 'master ' ,
1010);
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ function url_get_contents ($Url) {
8787// done fetching requirements
8888
8989if (!$ no_interactive ) {
90- $ yesno = readline ("\nProceed with upgrade? [Y/n ]: " );
90+ $ yesno = readline ("\nProceed with upgrade? [y/N ]: " );
9191} else {
9292 $ yesno = "yes " ;
9393}
You can’t perform that action at this time.
0 commit comments