Adjust version strings to match reality
This commit is contained in:
parent
d2dc721d4a
commit
827a8d1b92
11 changed files with 11 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
* Calendar plugin for Roundcube webmail
|
* Calendar plugin for Roundcube webmail
|
||||||
*
|
*
|
||||||
* @version 0.6-beta
|
* @version 0.7-beta
|
||||||
* @author Lazlo Westerhof <hello@lazlo.me>
|
* @author Lazlo Westerhof <hello@lazlo.me>
|
||||||
* @author Thomas Bruederli <roundcube@gmail.com>
|
* @author Thomas Bruederli <roundcube@gmail.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Base Javascript class for the Calendar plugin
|
* Base Javascript class for the Calendar plugin
|
||||||
*
|
*
|
||||||
* @version 0.6-beta
|
* @version 0.7-beta
|
||||||
* @author Lazlo Westerhof <hello@lazlo.me>
|
* @author Lazlo Westerhof <hello@lazlo.me>
|
||||||
* @author Thomas Bruederli <roundcube@gmail.com>
|
* @author Thomas Bruederli <roundcube@gmail.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Client UI Javascript for the Calendar plugin
|
* Client UI Javascript for the Calendar plugin
|
||||||
*
|
*
|
||||||
* @version 0.6-beta
|
* @version 0.7-beta
|
||||||
* @author Lazlo Westerhof <hello@lazlo.me>
|
* @author Lazlo Westerhof <hello@lazlo.me>
|
||||||
* @author Thomas Bruederli <roundcube@gmail.com>
|
* @author Thomas Bruederli <roundcube@gmail.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
* Driver interface for the Calendar plugin
|
* Driver interface for the Calendar plugin
|
||||||
*
|
*
|
||||||
* @version 0.6-beta
|
* @version 0.7-beta
|
||||||
* @author Lazlo Westerhof <hello@lazlo.me>
|
* @author Lazlo Westerhof <hello@lazlo.me>
|
||||||
* @author Thomas Bruederli <roundcube@gmail.com>
|
* @author Thomas Bruederli <roundcube@gmail.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
* Database driver for the Calendar plugin
|
* Database driver for the Calendar plugin
|
||||||
*
|
*
|
||||||
* @version 0.6-beta
|
* @version 0.7-beta
|
||||||
* @author Lazlo Westerhof <hello@lazlo.me>
|
* @author Lazlo Westerhof <hello@lazlo.me>
|
||||||
* @author Thomas Bruederli <roundcube@gmail.com>
|
* @author Thomas Bruederli <roundcube@gmail.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
* Kolab calendar storage class
|
* Kolab calendar storage class
|
||||||
*
|
*
|
||||||
* @version 0.6-beta
|
* @version 0.7-beta
|
||||||
* @author Thomas Bruederli <roundcube@gmail.com>
|
* @author Thomas Bruederli <roundcube@gmail.com>
|
||||||
* @author Aleksander Machniak <machniak@kolabsys.com>
|
* @author Aleksander Machniak <machniak@kolabsys.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
* Kolab driver for the Calendar plugin
|
* Kolab driver for the Calendar plugin
|
||||||
*
|
*
|
||||||
* @version 0.6-beta
|
* @version 0.7-beta
|
||||||
* @author Thomas Bruederli <roundcube@gmail.com>
|
* @author Thomas Bruederli <roundcube@gmail.com>
|
||||||
* @author Aleksander Machniak <machniak@kolabsys.com>
|
* @author Aleksander Machniak <machniak@kolabsys.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
* iCalendar functions for the Calendar plugin
|
* iCalendar functions for the Calendar plugin
|
||||||
*
|
*
|
||||||
* @version 0.6-beta
|
* @version 0.7-beta
|
||||||
* @author Lazlo Westerhof <hello@lazlo.me>
|
* @author Lazlo Westerhof <hello@lazlo.me>
|
||||||
* @author Thomas Bruederli <roundcube@gmail.com>
|
* @author Thomas Bruederli <roundcube@gmail.com>
|
||||||
* @author Bogomil "Bogo" Shopov <shopov@kolabsys.com>
|
* @author Bogomil "Bogo" Shopov <shopov@kolabsys.com>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
* Class providing functionality to manage iTIP invitations
|
* Class providing functionality to manage iTIP invitations
|
||||||
*
|
*
|
||||||
* @version 0.6-beta
|
* @version 0.7-beta
|
||||||
* @author Thomas Bruederli <roundcube@gmail.com>
|
* @author Thomas Bruederli <roundcube@gmail.com>
|
||||||
* @package calendar
|
* @package calendar
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* User Interface class for the Calendar plugin
|
* User Interface class for the Calendar plugin
|
||||||
*
|
*
|
||||||
* @version 0.6-beta
|
* @version 0.7-beta
|
||||||
* @author Lazlo Westerhof <hello@lazlo.me>
|
* @author Lazlo Westerhof <hello@lazlo.me>
|
||||||
* @author Thomas Bruederli <roundcube@gmail.com>
|
* @author Thomas Bruederli <roundcube@gmail.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Print view for the Calendar plugin
|
* Print view for the Calendar plugin
|
||||||
*
|
*
|
||||||
* @version 0.6-beta
|
* @version 0.7-beta
|
||||||
* @author Thomas Bruederli <roundcube@gmail.com>
|
* @author Thomas Bruederli <roundcube@gmail.com>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011, Kolab Systems AG
|
* Copyright (C) 2011, Kolab Systems AG
|
||||||
|
|
Loading…
Add table
Reference in a new issue