diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-13 12:18:34 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-13 12:18:34 +0000 |
commit | bd8b8775f9e2c4e60457ab067cc3ad2c776757f6 (patch) | |
tree | 1b40bf2df2ecd52fbabecff4c4fcc767b78c93ac /version.php | |
parent | 3f79316c49f73b3c9f2d48a0554c72ded32fdba7 (diff) | |
download | elgg-bd8b8775f9e2c4e60457ab067cc3ad2c776757f6.tar.gz elgg-bd8b8775f9e2c4e60457ab067cc3ad2c776757f6.tar.bz2 |
Fixed the previous user login issue.
git-svn-id: https://code.elgg.org/elgg/trunk@2237 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 2b5b18010..60195c047 100644 --- a/version.php +++ b/version.php @@ -13,9 +13,9 @@ * @link http://elgg.org/
*/
- $version = 2008100701; // YYYYMMDD = Elgg Date
+ $version = 2008101303; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
- $release = '1.07'; // Human-friendly version name
+ $release = '1.08'; // Human-friendly version name
?>
\ No newline at end of file |