<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,6 +7,6 @@ All documentation for the BBCode Plugin is available online at:
 ----
 
 (c) 2005 - 2007 by Esther Brunner &lt;wikidesign@gmail.com&gt;
-(c) 2008 by Gina H&#228;u&#223;ge, Michael Klier &lt;dokuwiki@chimeric.de&gt;
+(c) 2008 - 2009 by Gina H&#228;u&#223;ge, Michael Klier &lt;dokuwiki@chimeric.de&gt;
 
 See COPYING for license info.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-2008-02-11
+2009-02-06</diff>
      <filename>VERSION</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ class syntax_plugin_bbcode_bold extends DokuWiki_Syntax_Plugin {
         return array(
             'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
             'email'  =&gt; 'dokuwiki@chimeric.de',
-            'date'   =&gt; '2008-02-11',
+            'date'   =&gt; @file_get_contents(DOKU_PLUGIN.'bbcode/VERSION'),
             'name'   =&gt; 'BBCode Bold Plugin',
             'desc'   =&gt; 'allows BBCode markup: [b]text[/b]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',</diff>
      <filename>syntax/bold.php</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ class syntax_plugin_bbcode_code extends DokuWiki_Syntax_Plugin {
         return array(
             'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
             'email'  =&gt; 'dokuwiki@chimeric.de',
-            'date'   =&gt; '2008-02-11',
+            'date'   =&gt; @file_get_contents(DOKU_PLUGIN.'bbcode/VERSION'),
             'name'   =&gt; 'BBCode Code Plugin',
             'desc'   =&gt; 'allows BBCode markup: [code]text[/code]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',</diff>
      <filename>syntax/code.php</filename>
    </modified>
    <modified>
      <diff>@@ -24,7 +24,7 @@ class syntax_plugin_bbcode_color extends DokuWiki_Syntax_Plugin {
         return array(
             'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
             'email'  =&gt; 'dokuwiki@chimeric.de',
-            'date'   =&gt; '2008-02-11',
+            'date'   =&gt; @file_get_contents(DOKU_PLUGIN.'bbcode/VERSION'),
             'name'   =&gt; 'BBCode Color Plugin',
             'desc'   =&gt; 'allows BBCode markup: [color=*]text[/color]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',</diff>
      <filename>syntax/color.php</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ class syntax_plugin_bbcode_email extends DokuWiki_Syntax_Plugin {
         return array(
             'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
             'email'  =&gt; 'dokuwiki@chimeric.de',
-            'date'   =&gt; '2008-02-11',
+            'date'   =&gt; @file_get_contents(DOKU_PLUGIN.'bbcode/VERSION'),
             'name'   =&gt; 'BBCode E-Mail Plugin',
             'desc'   =&gt; 'allows BBCode markup: [email]address[/email]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',</diff>
      <filename>syntax/email.php</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ class syntax_plugin_bbcode_image extends DokuWiki_Syntax_Plugin {
         return array(
             'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
             'email'  =&gt; 'dokuwiki@chimeric.de',
-            'date'   =&gt; '2008-02-11',
+            'date'   =&gt; @file_get_contents(DOKU_PLUGIN.'bbcode/VERSION'),
             'name'   =&gt; 'BBCode Image Plugin',
             'desc'   =&gt; 'allows BBCode markup: [img]url[/img]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',</diff>
      <filename>syntax/image.php</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ class syntax_plugin_bbcode_italic extends DokuWiki_Syntax_Plugin {
         return array(
             'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
             'email'  =&gt; 'dokuwiki@chimeric.de',
-            'date'   =&gt; '2008-02-11',
+            'date'   =&gt; @file_get_contents(DOKU_PLUGIN.'bbcode/VERSION'),
             'name'   =&gt; 'BBCode Italic Plugin',
             'desc'   =&gt; 'allows BBCode markup: [i]text[/i]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',</diff>
      <filename>syntax/italic.php</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ class syntax_plugin_bbcode_link extends DokuWiki_Syntax_Plugin {
         return array(
             'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
             'email'  =&gt; 'dokuwiki@chimeric.de',
-            'date'   =&gt; '2008-02-11',
+            'date'   =&gt; @file_get_contents(DOKU_PLUGIN.'bbcode/VERSION'),
             'name'   =&gt; 'BBCode Link Plugin',
             'desc'   =&gt; 'allows BBCode markup: [url=*]title[/url]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',</diff>
      <filename>syntax/link.php</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ class syntax_plugin_bbcode_olist extends DokuWiki_Syntax_Plugin {
         return array(
             'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
             'email'  =&gt; 'dokuwiki@chimeric.de',
-            'date'   =&gt; '2008-02-11',
+            'date'   =&gt; @file_get_contents(DOKU_PLUGIN.'bbcode/VERSION'),
             'name'   =&gt; 'BBCode Ordered List Plugin',
             'desc'   =&gt; 'allows BBCode markup: [list=*][*]item[*]item[/list]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',</diff>
      <filename>syntax/olist.php</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ class syntax_plugin_bbcode_quote extends DokuWiki_Syntax_Plugin {
         return array(
             'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
             'email'  =&gt; 'dokuwiki@chimeric.de',
-            'date'   =&gt; '2008-02-11',
+            'date'   =&gt; @file_get_contents(DOKU_PLUGIN.'bbcode/VERSION'),
             'name'   =&gt; 'BBCode Quote Plugin',
             'desc'   =&gt; 'allows BBCode markup: [quote=&quot;*&quot;]text[/quote]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',</diff>
      <filename>syntax/quote.php</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ class syntax_plugin_bbcode_size extends DokuWiki_Syntax_Plugin {
         return array(
             'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
             'email'  =&gt; 'dokuwiki@chimeric.de',
-            'date'   =&gt; '2008-02-11',
+            'date'   =&gt; @file_get_contents(DOKU_PLUGIN.'bbcode/VERSION'),
             'name'   =&gt; 'BBCode Size Plugin',
             'desc'   =&gt; 'allows BBCode markup: [size=*]text[/size]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',</diff>
      <filename>syntax/size.php</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ class syntax_plugin_bbcode_ulist extends DokuWiki_Syntax_Plugin {
         return array(
             'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
             'email'  =&gt; 'dokuwiki@chimeric.de',
-            'date'   =&gt; '2008-02-11',
+            'date'   =&gt; @file_get_contents(DOKU_PLUGIN.'bbcode/VERSION'),
             'name'   =&gt; 'BBCode Unordered List Plugin',
             'desc'   =&gt; 'allows BBCode markup: [list][*]item[*]item[/list]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',</diff>
      <filename>syntax/ulist.php</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ class syntax_plugin_bbcode_underline extends DokuWiki_Syntax_Plugin {
         return array(
             'author' =&gt; 'Gina H&#228;u&#223;ge, Michael Klier, Esther Brunner',
             'email'  =&gt; 'dokuwiki@chimeric.de',
-            'date'   =&gt; '2008-02-11',
+            'date'   =&gt; @file_get_contents(DOKU_PLUGIN.'bbcode/VERSION'),
             'name'   =&gt; 'BBCode Underline Plugin',
             'desc'   =&gt; 'allows BBCode markup: [u]text[/u]',
             'url'    =&gt; 'http://wiki.splitbrain.org/plugin:bbcode',</diff>
      <filename>syntax/underline.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4cd779c7a70d2a5f2690d7be3f4d96075106a771</id>
    </parent>
  </parents>
  <author>
    <name>Michael Klier</name>
    <login>chimeric</login>
    <email>chi@chimeric.de</email>
  </author>
  <url>http://github.com/dokufreaks/plugin-bbcode/commit/950ec54a8bf901f4b7b3dcbd3ad7e880b177acdd</url>
  <id>950ec54a8bf901f4b7b3dcbd3ad7e880b177acdd</id>
  <committed-date>2009-02-06T11:49:05-08:00</committed-date>
  <authored-date>2009-02-06T11:49:05-08:00</authored-date>
  <message>release preparations

darcs-hash:20090206194905-23886-9ca2e54212641306bc78eb59ec061f37cf58c8d3.gz</message>
  <tree>1973c973f4cfda0f0379a14f2c032cbcb49e2164</tree>
  <committer>
    <name>Michael Klier</name>
    <login>chimeric</login>
    <email>chi@chimeric.de</email>
  </committer>
</commit>
