We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4faf48a commit 299c1ceCopy full SHA for 299c1ce
tools/bump-version.php
@@ -16,8 +16,13 @@
16
*/
17
18
// 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';
+// Change this based on your dev environment's setting. The default assumes the
+// 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';
26
27
// ---------------------------------------------------------------------------
28
// Main program
0 commit comments