diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-06-23 10:10:56 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-06-23 10:10:56 +0000 |
commit | 2422303af8a1172bad40c9d7b2e219b578d26ae5 (patch) | |
tree | 8a9d914775a0ab1762593fbc1461a5309e7b0114 /version.php | |
parent | 029cb4bebc0d9ef7a0f60a402406633e2995dea5 (diff) | |
download | elgg-2422303af8a1172bad40c9d7b2e219b578d26ae5.tar.gz elgg-2422303af8a1172bad40c9d7b2e219b578d26ae5.tar.bz2 |
Version bump
git-svn-id: https://code.elgg.org/elgg/trunk@3350 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 4482ecd6f..298f8964a 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009061901; // YYYYMMDD = Elgg Date + $version = 2009062301; // YYYYMMDD = Elgg Date // XX = Interim incrementer
$release = '1.5'; // Human-friendly version name
|