diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-31 12:39:19 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-31 12:39:19 +0000 |
commit | 5f029ee36ac96cf13d33c787258af85959b95170 (patch) | |
tree | 3b41b20cb9af1123be54f632c75bd47fbdc49236 | |
parent | a0a6ed1d1bcececefbff00158f9fa6ad0790ed16 (diff) | |
download | elgg-5f029ee36ac96cf13d33c787258af85959b95170.tar.gz elgg-5f029ee36ac96cf13d33c787258af85959b95170.tar.bz2 |
Version bump
git-svn-id: https://code.elgg.org/elgg/trunk@3185 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | mod/uservalidationbyemail/manifest.xml | 2 | ||||
-rw-r--r-- | version.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mod/uservalidationbyemail/manifest.xml b/mod/uservalidationbyemail/manifest.xml index 5e048d976..ceeaa0964 100644 --- a/mod/uservalidationbyemail/manifest.xml +++ b/mod/uservalidationbyemail/manifest.xml @@ -6,5 +6,5 @@ <field key="website" value="http://www.elgg.org/" /> <field key="copyright" value="(C) Curverider 2008-2009" /> <field key="licence" value="GNU Public License version 2" /> - <field key="elgg_version" value="2009030702" /> + <field key="elgg_version" value="2009033101" /> </plugin_manifest>
\ No newline at end of file diff --git a/version.php b/version.php index 5888b91f2..d4017760a 100644 --- a/version.php +++ b/version.php @@ -13,7 +13,7 @@ * @link http://elgg.org/
*/
- $version = 2009033001; // YYYYMMDD = Elgg Date
+ $version = 2009033101; // YYYYMMDD = Elgg Date
// XX = Interim incrementer
$release = '1.5'; // Human-friendly version name
|