diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-17 10:08:34 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-17 10:08:34 +0000 |
commit | ab1a4a3daa441fcd2e4d9b37267de3b48fae9d6f (patch) | |
tree | 6aadca4eb188eb7234c6bc8e0ffd756a1eb6c62a /version.php | |
parent | a51e3350ef1a1fff6957e2fec58061a9c839b3e9 (diff) | |
download | elgg-ab1a4a3daa441fcd2e4d9b37267de3b48fae9d6f.tar.gz elgg-ab1a4a3daa441fcd2e4d9b37267de3b48fae9d6f.tar.bz2 |
Changes to access any system log code. Introducing owner guid on items which is necessary for access control.
Requires upgrade.php to be run
git-svn-id: https://code.elgg.org/elgg/trunk@2278 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 38e5d01a7..0ab5ce35e 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2008101601; // YYYYMMDD = Elgg Date
+ $version = 2008101701; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
$release = '1.09'; // Human-friendly version name
|