diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-12-21 07:43:35 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-12-21 07:43:35 -0500 |
commit | fea599f1653d7206e34ac33c0c0a668cb587bc20 (patch) | |
tree | 3401732df640566feab8bff0bc5b0ee316c51804 /version.php | |
parent | 41ae1fb2732f56ad0bb01cb0450c7517df06494e (diff) | |
download | elgg-fea599f1653d7206e34ac33c0c0a668cb587bc20.tar.gz elgg-fea599f1653d7206e34ac33c0c0a668cb587bc20.tar.bz2 |
Set version to 1.8.2 and updated the changes list
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 59b5305dd..29870f93f 100644 --- a/version.php +++ b/version.php @@ -11,7 +11,7 @@ // YYYYMMDD = Elgg Date // XX = Interim incrementer -$version = 2011110700; +$version = 2011122100; // Human-friendly version name -$release = '1.8.1'; +$release = '1.8.2'; |