diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-06-12 12:48:33 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-06-12 12:48:33 +0000 |
commit | d36e78607990ae96c6e6ee2f6d11ee8c50c601b0 (patch) | |
tree | d27d9f50030df0fc8b029f67020bf44887b7919b | |
parent | a87a31631b8991bd9842b31b057d0fc086608612 (diff) | |
download | elgg-d36e78607990ae96c6e6ee2f6d11ee8c50c601b0.tar.gz elgg-d36e78607990ae96c6e6ee2f6d11ee8c50c601b0.tar.bz2 |
Version bump
git-svn-id: https://code.elgg.org/elgg/trunk@3330 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 013b80650..a1c25d311 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009060501; // YYYYMMDD = Elgg Date + $version = 2009061201; // YYYYMMDD = Elgg Date // XX = Interim incrementer
$release = '1.5'; // Human-friendly version name
|