diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-31 12:39:19 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-31 12:39:19 +0000 |
commit | 5f029ee36ac96cf13d33c787258af85959b95170 (patch) | |
tree | 3b41b20cb9af1123be54f632c75bd47fbdc49236 /version.php | |
parent | a0a6ed1d1bcececefbff00158f9fa6ad0790ed16 (diff) | |
download | elgg-5f029ee36ac96cf13d33c787258af85959b95170.tar.gz elgg-5f029ee36ac96cf13d33c787258af85959b95170.tar.bz2 |
Version bump
git-svn-id: https://code.elgg.org/elgg/trunk@3185 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 5888b91f2..d4017760a 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009033001; // YYYYMMDD = Elgg Date
+ $version = 2009033101; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
$release = '1.5'; // Human-friendly version name
|