diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-27 10:27:03 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-27 10:27:03 +0000 |
commit | acfe3fb53ed587c012e424f965b6efaec44aa8aa (patch) | |
tree | 7a2db4512a5f3a3860bc67278f89f004339e0d0f /version.php | |
parent | b10991f17a70886be7d13bc18786ac40d7918952 (diff) | |
download | elgg-acfe3fb53ed587c012e424f965b6efaec44aa8aa.tar.gz elgg-acfe3fb53ed587c012e424f965b6efaec44aa8aa.tar.bz2 |
Version bump
git-svn-id: https://code.elgg.org/elgg/trunk@3304 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index ef1c29149..e78d618fa 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009052201; // YYYYMMDD = Elgg Date + $version = 2009052701; // YYYYMMDD = Elgg Date // XX = Interim incrementer
$release = '1.5'; // Human-friendly version name
|