diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-19 13:38:05 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-19 13:38:05 +0000 |
commit | 461d3b065f5440c160a820456d1e275b5ab4bfa8 (patch) | |
tree | 396ecdd86c5034e0220abc203ebd579c46739052 /version.php | |
parent | 1075679e37ba85fd93c286d2d3c7e6a1ebe0b787 (diff) | |
download | elgg-461d3b065f5440c160a820456d1e275b5ab4bfa8.tar.gz elgg-461d3b065f5440c160a820456d1e275b5ab4bfa8.tar.bz2 |
Version bump
git-svn-id: https://code.elgg.org/elgg/trunk@3297 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 cf5d64021..461a07fa0 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009051402; // YYYYMMDD = Elgg Date + $version = 2009051901; // YYYYMMDD = Elgg Date // XX = Interim incrementer
$release = '1.5'; // Human-friendly version name
|