diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-11-20 15:00:13 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-11-20 15:00:13 +0000 |
commit | 219a96bc529a4d77aa0ea661904cc46a7a961883 (patch) | |
tree | a38216071fbadc708c6c5b834a0948bfdc396284 /version.php | |
parent | 28739d80e27d9b871c3805cfcd24c8065b543228 (diff) | |
download | elgg-219a96bc529a4d77aa0ea661904cc46a7a961883.tar.gz elgg-219a96bc529a4d77aa0ea661904cc46a7a961883.tar.bz2 |
Refs #569, #570, #571: Update script for both users and plugins plugin settings
git-svn-id: https://code.elgg.org/elgg/trunk@2477 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 af610ee9f..d7184d437 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2008112001; // YYYYMMDD = Elgg Date
+ $version = 2008112002; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
$release = '1.1'; // Human-friendly version name
|