diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2014-12-10 21:33:18 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2014-12-10 21:33:18 +0300 |
| commit | d8895ec679fb3557ddf01d8be74a5eb82c7dac7a (patch) | |
| tree | b0c20f8761adcf4a994659bf86029e799ae5a419 /include | |
| parent | 21d7585a54925f845cd90c4967dd19b3ad92bb02 (diff) | |
1.15.3 to fix tag/version mismatch
Diffstat (limited to 'include')
| -rw-r--r-- | include/version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.php b/include/version.php index 4d1cd3f16..a7ca8a32b 100644 --- a/include/version.php +++ b/include/version.php @@ -1,5 +1,5 @@ <?php - define('VERSION_STATIC', '1.15.1'); + define('VERSION_STATIC', '1.15.3'); function get_version() { date_default_timezone_set('UTC'); |