Merge remote-tracking branch 'origin/develop'
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # config/version.php
This commit is contained in:
commit
4913e56086
2 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
return array (
|
return array (
|
||||||
'app_version' => 'v6.3.4',
|
'app_version' => 'v6.4.0',
|
||||||
'full_app_version' => 'v6.3.4 - build 13226-g5229dd65c',
|
'full_app_version' => 'v6.4.0 - build 13351-gdb2baae758',
|
||||||
'build_version' => '13226',
|
'build_version' => '13351',
|
||||||
'prerelease_version' => '',
|
'prerelease_version' => '',
|
||||||
'hash_version' => 'g5229dd65c',
|
'hash_version' => 'gdb2baae758',
|
||||||
'full_hash' => 'v6.3.4-85-g5229dd65c',
|
'full_hash' => 'v6.4.0-210-gdb2baae758',
|
||||||
'branch' => 'master',
|
'branch' => 'master',
|
||||||
);
|
);
|
|
@ -87,7 +87,7 @@ if($upgrade_requirements){
|
||||||
// done fetching requirements
|
// done fetching requirements
|
||||||
|
|
||||||
if (!$no_interactive) {
|
if (!$no_interactive) {
|
||||||
$yesno = readline("\nProceed with upgrade? [Y/n]: ");
|
$yesno = readline("\nProceed with upgrade? [y/N]: ");
|
||||||
} else {
|
} else {
|
||||||
$yesno = "yes";
|
$yesno = "yes";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue