1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

[ticket/17481] Make build package directory version independent

PHPBB-17481
This commit is contained in:
Marc Alexander
2025-03-03 21:29:38 +01:00
parent 3081db5f0b
commit c0504c2e01
4 changed files with 12 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ class build_package
);
$this->package_infos = array(
'package_name' => 'phpBB3',
'package_name' => 'phpBB',
'name_prefix' => 'phpbb',
'simple_name' => 'release-' . $_latest,
'new_version_number' => $_latest,