Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Jul 22, 2014
1 parent a9a41d3 commit 6f36a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/classes/Core.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class Core {
private static $timeout = 300; // 5 minutes

// non-overridable settings
private static $version = "3.1.2";
private static $releaseDate = "2014-07-12";
private static $version = "3.1.3";
private static $releaseDate = "2014-07-20";
private static $minimumPHPVersion = "5.3.0";
private static $minimumMySQLVersion = "4.1.3";
private static $settingsFileExists = false;
Expand Down

0 comments on commit 6f36a61

Please sign in to comment.