diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-12-04 19:00:14 -0500 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-12-04 19:00:14 -0500 |
commit | 8b6ef5a2081e0436a5135e8cfa954fd3ab158282 (patch) | |
tree | 13c48562dd817942db5aee65ed75eed212ed3cd7 /version.php | |
parent | 389b508ce49d41ecbfab5822f3a04add3305fc2e (diff) | |
download | elgg-8b6ef5a2081e0436a5135e8cfa954fd3ab158282.tar.gz elgg-8b6ef5a2081e0436a5135e8cfa954fd3ab158282.tar.bz2 |
Bumped version to 1.8.10. Updated changes. Refs #4947.
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 a2417d848..67f8fd480 100644 --- a/version.php +++ b/version.php @@ -14,4 +14,4 @@ $version = 2012111100; // Human-friendly version name -$release = '1.8.9'; +$release = '1.8.10'; |