diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-12-02 18:58:53 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-12-02 18:58:53 +0000 |
commit | 0f2664c8f36950d1739f9a590c12d2205bd0efb6 (patch) | |
tree | 4aae301cc38f68ec56d7e275a9a3da0446e33696 | |
parent | 152d2c2d0f90a069fb9af47946bdabf5b24dc3d8 (diff) | |
download | elgg-0f2664c8f36950d1739f9a590c12d2205bd0efb6.tar.gz elgg-0f2664c8f36950d1739f9a590c12d2205bd0efb6.tar.bz2 |
oopsy, forgot to commit the version text
git-svn-id: https://code.elgg.org/elgg/trunk@2496 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 93850eb08..c91bb51f5 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2008112501; // YYYYMMDD = Elgg Date
+ $version = 2008112601; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
$release = '1.1'; // Human-friendly version name
|