diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-12-09 17:07:12 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-12-09 17:07:12 +0000 |
commit | 069f4ff4e012822af459e92ce9a8bf54b162478d (patch) | |
tree | 62a5ba5031328e73ad92f3a9e6ba090f0498cec3 | |
parent | 424b1cb9ed7a99e0a9ea8be92a6df76d2736bacb (diff) | |
download | elgg-069f4ff4e012822af459e92ce9a8bf54b162478d.tar.gz elgg-069f4ff4e012822af459e92ce9a8bf54b162478d.tar.bz2 |
Ticked up version number
git-svn-id: https://code.elgg.org/elgg/trunk@2514 36083f99-b078-4883-b0ff-0f9b5a30f544
-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 |