diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-06 15:50:46 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-06 15:50:46 +0000 |
commit | a087530bbe46d97b5c7c4a7892c6c31a483bc823 (patch) | |
tree | f8b1f23bfd6cc9c95a55e8bdb5dee332fa3dc7ca /version.php | |
parent | b8dda4616e325cd8b6e97020829adbc6810e1e02 (diff) | |
download | elgg-a087530bbe46d97b5c7c4a7892c6c31a483bc823.tar.gz elgg-a087530bbe46d97b5c7c4a7892c6c31a483bc823.tar.bz2 |
Bumped version number corresponding to the change
git-svn-id: https://code.elgg.org/elgg/trunk@3117 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 7cff5c0cc..8f7c761e4 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009030601; // YYYYMMDD = Elgg Date
+ $version = 2009030602; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
$release = '1.5 RC1'; // Human-friendly version name
|