diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-12-31 09:25:30 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-12-31 09:25:30 -0500 |
commit | c5cee37b025a2654d1a5c427ac7a709ecf4b5350 (patch) | |
tree | e8ddd89535669bcd0c00dce933fb5f1f3ceeba69 /version.php | |
parent | ccd4b6e48010cfc62c2ee6c942836c1ab9c9c7fd (diff) | |
download | elgg-c5cee37b025a2654d1a5c427ac7a709ecf4b5350.tar.gz elgg-c5cee37b025a2654d1a5c427ac7a709ecf4b5350.tar.bz2 |
Fixes #4248 fixed friend river text
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 29870f93f..08c1e2513 100644 --- a/version.php +++ b/version.php @@ -11,7 +11,7 @@ // YYYYMMDD = Elgg Date // XX = Interim incrementer -$version = 2011122100; +$version = 2011123100; // Human-friendly version name $release = '1.8.2'; |