diff options
-rw-r--r-- | README.txt | 4 | ||||
-rw-r--r-- | version.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/README.txt b/README.txt index 8e2e12cc2..820ed55a3 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -Elgg version 1.1
+Elgg version 1.2
Copyright (c) 2008 Curverider Ltd
This program is free software; you can redistribute it and/or modify
@@ -33,7 +33,7 @@ Web: http://elgg.com/ The open source project site can be found at http://elgg.org/
-Elgg 1.1 is released under the GNU Public License (GPL), which
+Elgg 1.2 is released under the GNU Public License (GPL), which
is supplied in this distribution as LICENSE.
For installation instructions, please see the INSTALL file.
diff --git a/version.php b/version.php index 7fb836567..99e588fa1 100644 --- a/version.php +++ b/version.php @@ -13,9 +13,9 @@ * @link http://elgg.org/
*/
- $version = 2008120501; // YYYYMMDD = Elgg Date
+ $version = 2008120901; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
- $release = '1.1'; // Human-friendly version name
+ $release = '1.2'; // Human-friendly version name
?>
\ No newline at end of file |