From 690aeeeae3b788009b6afb17bb59623e475ec06b Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 21 Oct 2008 17:52:20 +0000 Subject: 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 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.php') 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 -- cgit v1.2.3