diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-01 16:33:52 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-01 16:33:52 +0000 |
commit | fb3d7eee01745888a74ecd022090e8f76e29df1a (patch) | |
tree | 6a7e5a1c6713f3f9a46b8d812a8f3c546b9ffea5 | |
parent | 544aaf2076330fe7121feec351036ac9911d3df9 (diff) | |
download | elgg-fb3d7eee01745888a74ecd022090e8f76e29df1a.tar.gz elgg-fb3d7eee01745888a74ecd022090e8f76e29df1a.tar.bz2 |
Bump
git-svn-id: https://code.elgg.org/elgg/trunk@3010 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 c4c9ec790..442786cf3 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009022701; // YYYYMMDD = Elgg Date
+ $version = 2009030101; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
$release = '1.4'; // Human-friendly version name
|