diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-21 17:52:20 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-21 17:52:20 +0000 |
commit | 690aeeeae3b788009b6afb17bb59623e475ec06b (patch) | |
tree | 8061e6b5301281fe1241f3fba44942bb0753882c /version.php | |
parent | fa161bd35911c6220fd45ff05357da689118b1b3 (diff) | |
download | elgg-690aeeeae3b788009b6afb17bb59623e475ec06b.tar.gz elgg-690aeeeae3b788009b6afb17bb59623e475ec06b.tar.bz2 |
Database session code.
IMPORTANT NOTE:
The trigger for this is commented out, so old session code is used. There are serious problems with using the new code since it causes a chicken and egg problem with the upgrade script.
git-svn-id: https://code.elgg.org/elgg/trunk@2289 36083f99-b078-4883-b0ff-0f9b5a30f544
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 0ab5ce35e..de5ca8f02 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2008101701; // YYYYMMDD = Elgg Date
+ $version = 2008102101; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
$release = '1.09'; // Human-friendly version name
|