Skip to content

Commit

Permalink
Update the version from 4.0 to 4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane committed Aug 16, 2015
1 parent 4aabbab commit 793d386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

if (!function_exists('software_version')) {
function software_version() {
return '4.0';
return '4.0.0';
}
}

Expand Down Expand Up @@ -1328,4 +1328,4 @@ function email_validate($strEmail){
}
}

?>
?>

0 comments on commit 793d386

Please sign in to comment.