diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-20 09:21:36 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-20 09:21:36 +0000 |
commit | 6a1615d1cd6c8ee1117782f66897db36a2450496 (patch) | |
tree | 4d1be58ff3320caad32d275ea0ba889e6d1eea97 | |
parent | c68474e88493dd596a6044ee7c41f680e2c5d580 (diff) | |
download | elgg-6a1615d1cd6c8ee1117782f66897db36a2450496.tar.gz elgg-6a1615d1cd6c8ee1117782f66897db36a2450496.tar.bz2 |
Oopsy, wrong package number
git-svn-id: https://code.elgg.org/elgg/trunk@2020 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index ef1bdb74d..5febd8176 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2008081803; // YYYYMMDD = Elgg Date
+ $version = 2008082001; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
$release = '1.0'; // Human-friendly version name
|