Update the dev branch version to 3.7 and get rid of GLOB_BRACE which is not defined in Solaris

This commit is contained in:
Mark Crane
2014-08-19 09:16:01 +00:00
parent 2ce4740246
commit 44e621d94d
3 changed files with 23 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
if (!function_exists('software_version')) {
function software_version() {
return '3.6.0';
return '3.7.0';
}
}