diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-13 16:14:03 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-13 16:14:03 +0000 |
commit | cc2793708d645c7409576dd8cfca255eecfd01b6 (patch) | |
tree | 15f288e23cb2ad386347d196cb30786759801c76 | |
parent | 99b38e5d1bde9654418416f1bb5675c4b3bec6ed (diff) | |
download | elgg-cc2793708d645c7409576dd8cfca255eecfd01b6.tar.gz elgg-cc2793708d645c7409576dd8cfca255eecfd01b6.tar.bz2 |
Version bump
git-svn-id: https://code.elgg.org/elgg/trunk@3288 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 96202fdc4..8cbeed844 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009051201; // YYYYMMDD = Elgg Date + $version = 2009051301; // YYYYMMDD = Elgg Date // XX = Interim incrementer
$release = '1.5'; // Human-friendly version name
|