diff options
-rw-r--r-- | README.txt | 4 | ||||
-rw-r--r-- | version.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt index 977c6076a..091fdd749 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -Elgg version 1.5 Release Candidate 2
+Elgg version 1.5
Copyright (c) 2008-2009 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.5 RC2 is released under the GNU Public License (GPL), which
+Elgg 1.5is 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 9f35f5a60..c14e7e637 100644 --- a/version.php +++ b/version.php @@ -16,6 +16,6 @@ $version = 2009031301; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
- $release = '1.5 RC2'; // Human-friendly version name
+ $release = '1.5'; // Human-friendly version name
?>
\ No newline at end of file |