Skip to content

Commit 299c1ce

Browse files
committed
Bump version script: Change default path
1 parent 4faf48a commit 299c1ce

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tools/bump-version.php

+7-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@
1616
*/
1717

1818
// Path to MantisBT root, relative to the Source Integration Plugin's git root
19-
// Change this based on your dev environment's setting
20-
$g_mantis_root = '../../mantisbt';
19+
// Change this based on your dev environment's setting. The default assumes the
20+
// following directory structure:
21+
// / Dev root
22+
// +-- mantis MantisBT root
23+
// +-- plugins
24+
// +-- source-integration Source Integration Plugin's git root
25+
$g_mantis_root = '../../mantis';
2126

2227
// ---------------------------------------------------------------------------
2328
// Main program

0 commit comments

Comments
 (0)