diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-06-18 18:00:00 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-06-18 18:00:00 -0400 |
commit | b91d8bb0fea5cef9fafea72181a0007cfaa54725 (patch) | |
tree | 6b140b98aa6b6c6f504081553784df34e9fe58ef /version.php | |
parent | f7fa256e09694c2ed18663bd8e3e0c0ffd20b9e5 (diff) | |
download | elgg-b91d8bb0fea5cef9fafea72181a0007cfaa54725.tar.gz elgg-b91d8bb0fea5cef9fafea72181a0007cfaa54725.tar.bz2 |
Elgg 1.8.6
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 4f028bfd6..0fb757b9c 100644 --- a/version.php +++ b/version.php @@ -11,7 +11,7 @@ // YYYYMMDD = Elgg Date // XX = Interim incrementer -$version = 2012041801; +$version = 2012061800; // Human-friendly version name -$release = '1.8.5'; +$release = '1.8.6'; |