Index: config_defaults_inc.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/config_defaults_inc.php,v
retrieving revision 1.225
diff -u -r1.225 config_defaults_inc.php
--- config_defaults_inc.php	11 Dec 2004 07:21:51 -0000	1.225
+++ config_defaults_inc.php	19 Feb 2005 16:18:16 -0000
@@ -941,6 +941,9 @@
 	# access level needed to re-open bugs
 	$g_reopen_bug_threshold			= DEVELOPER;
 
+	# access level needed to assign bugs to unreleased product versions
+	$g_report_issues_for_unreleased_versions_threshold = DEVELOPER;
+
 	# this array sets the access thresholds needed to enter each status listed.
 	# if a status is not listed, it falls back to $g_update_bug_status_threshold
 	# example: $g_set_status_threshold = array( ACKNOWLEDGED => MANAGER, CONFIRMED => DEVELOPER, CLOSED => MANAGER );
