diff options
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 3faac2427..9ac71cd25 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2008102901; // YYYYMMDD = Elgg Date
+ $version = 2008103001; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
$release = '1.1 RC1'; // Human-friendly version name
|