diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-21 12:44:55 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-21 12:44:55 -0500 |
commit | 19a6962c819dc33a0967dcef56154f6930b52287 (patch) | |
tree | f81d3530358a4056caf12a695d0700b0c232a69d /version.php | |
parent | 8e4d4c50df3f19be4ad9c204797e57ecd9ba02b3 (diff) | |
download | elgg-19a6962c819dc33a0967dcef56154f6930b52287.tar.gz elgg-19a6962c819dc33a0967dcef56154f6930b52287.tar.bz2 |
Fixes #4180 finished conversion to system cache by converting datalist/CONFIG var name
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 540fecac6..dc6897c18 100644 --- a/version.php +++ b/version.php @@ -11,7 +11,7 @@ // YYYYMMDD = Elgg Date // XX = Interim incrementer -$version = 2012012000; +$version = 2012012100; // Human-friendly version name $release = '1.8.3'; |