The branch, eden-pre has been updated
       via  ef3c282e614598e8aedacadd1fe9568107d40569 (commit)
      from  7e17c015b8819c28ee2969d1051f1bf099f5222b (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=ef3c282e614598e8aedacadd1fe9568107d40569

commit ef3c282e614598e8aedacadd1fe9568107d40569
Author: spiff <[email protected]>
Date:   Mon Jan 2 17:31:02 2012 +0100

    [plugin.video.revision3] updated to version 2.0.1

diff --git a/plugin.video.revision3/addon.xml b/plugin.video.revision3/addon.xml
index f6b7f34..8a4ba02 100644
--- a/plugin.video.revision3/addon.xml
+++ b/plugin.video.revision3/addon.xml
@@ -2,6 +2,7 @@
 <addon id="plugin.video.revision3"
        name="Revision3"
        version="2.0.0" 
+       version="2.0.1"
        provider-name="stacked">
   <requires>
     <import addon="xbmc.python" version="2.0"/>
diff --git a/plugin.video.revision3/changelog.txt 
b/plugin.video.revision3/changelog.txt
index ee34814..db8a160 100644
--- a/plugin.video.revision3/changelog.txt
+++ b/plugin.video.revision3/changelog.txt
@@ -1,3 +1,7 @@
+[B]Version 2.0.1[/B]
+
+- Added missing files
+
 [B]Version 2.0.0[/B]
 
 - Initial commit to Eden add-on system
diff --git a/plugin.video.revision3/default.py 
b/plugin.video.revision3/default.py
index ef016be..5ce6227 100644
--- a/plugin.video.revision3/default.py
+++ b/plugin.video.revision3/default.py
@@ -4,8 +4,8 @@ import xbmc, xbmcgui, xbmcplugin, urllib2, urllib, re, string, 
sys, os, tracebac
 plugin =  'Revision3'
 __author__ = 'stacked <[email protected]>'
 __url__ = 'http://code.google.com/p/plugin/'
-__date__ = '12-31-2011'
-__version__ = '2.0.0'
+__date__ = '01-02-2012'
+__version__ = '2.0.1'
 settings = xbmcaddon.Addon(id='plugin.video.revision3')
 dbg = False
 dbglevel = 3

-----------------------------------------------------------------------

Summary of changes:
 plugin.video.revision3/addon.xml     |    1 +
 plugin.video.revision3/changelog.txt |    4 ++++
 plugin.video.revision3/default.py    |    4 ++--
 3 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to