Update the version from 4.0 to 4.0.0.
This commit is contained in:
parent
4aabbab6d0
commit
793d386a96
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
if (!function_exists('software_version')) {
|
||||
function software_version() {
|
||||
return '4.0';
|
||||
return '4.0.0';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1328,4 +1328,4 @@ function number_pad($number,$n) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue