diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-30 14:56:54 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-30 14:56:54 +0000 |
commit | cb7691b90015226390b334354f9a404b2da7239b (patch) | |
tree | 3c4b1a3e8960783b4a5f5851135da3e4d54cea19 /version.php | |
parent | ae9fbc6ff04929b0a33aa83ccd06f5d71514bc52 (diff) | |
download | elgg-cb7691b90015226390b334354f9a404b2da7239b.tar.gz elgg-cb7691b90015226390b334354f9a404b2da7239b.tar.bz2 |
Version bump
git-svn-id: https://code.elgg.org/elgg/trunk@3182 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 c14e7e637..5888b91f2 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009031301; // YYYYMMDD = Elgg Date
+ $version = 2009033001; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
$release = '1.5'; // Human-friendly version name
|