diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-13 12:43:19 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-13 12:43:19 +0000 |
commit | b0cb69f6ff7c1f67c9427366bebdbf3eb20c43de (patch) | |
tree | 1005fa8b9966ab4e8bba7a67d89b65b849a5db10 | |
parent | d364b6e5d4f004186bb47322739aa848657b71df (diff) | |
download | elgg-b0cb69f6ff7c1f67c9427366bebdbf3eb20c43de.tar.gz elgg-b0cb69f6ff7c1f67c9427366bebdbf3eb20c43de.tar.bz2 |
Oh hai Elgg 1.5
git-svn-id: https://code.elgg.org/elgg/trunk@3160 36083f99-b078-4883-b0ff-0f9b5a30f544
-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 |