diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-20 09:25:25 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-20 09:25:25 +0000 |
commit | 36183fdf69d248265ce249cfaf86c15240ccafcf (patch) | |
tree | 41ecb164c853c5fc49b6aa28a7828e64c92cffca /mod/notifications | |
parent | 103c5470f060a83a6e82ee77992687444524b662 (diff) | |
download | elgg-36183fdf69d248265ce249cfaf86c15240ccafcf.tar.gz elgg-36183fdf69d248265ce249cfaf86c15240ccafcf.tar.bz2 |
Updated core module manifests to contain today's build number. Refs #394
git-svn-id: https://code.elgg.org/elgg/trunk@2838 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/notifications')
-rw-r--r-- | mod/notifications/manifest.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/notifications/manifest.xml b/mod/notifications/manifest.xml index 4a83a6088..21b1961d1 100644 --- a/mod/notifications/manifest.xml +++ b/mod/notifications/manifest.xml @@ -4,5 +4,7 @@ <field key="version" value="1.0" />
<field key="description" value="Elgg notifications plugin" />
<field key="website" value="http://www.elgg.org/" />
- <field key="copyright" value="(C) Curverider 2008" />
+ <field key="copyright" value="(C) Curverider 2008-2009" />
+ <field key="licence" value="GNU Public License version 2" />
+ <field key="elgg_version" value="2009021901" />
</plugin_manifest>
|