diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-11-18 20:11:12 +0200 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-11-18 20:11:12 +0200 |
| commit | 6728fac61a344ff94ce4d8746957f585ec7c7ccf (patch) | |
| tree | 93fc63e34aa7219dfac9a3dbf542666ca9aab1a1 /src | |
| parent | 6edb052b185fe3045e4dcb4f541a5a05a167efb9 (diff) | |
| download | vdr-plugin-webvideo-6728fac61a344ff94ce4d8746957f585ec7c7ccf.tar.gz vdr-plugin-webvideo-6728fac61a344ff94ce4d8746957f585ec7c7ccf.tar.bz2 | |
prepare for release
Diffstat (limited to 'src')
| -rw-r--r-- | src/libwebvi/webvi/version.py | 2 | ||||
| -rw-r--r-- | src/vdr-plugin/timer.c | 2 | ||||
| -rw-r--r-- | src/vdr-plugin/webvideo.c | 2 | ||||
| -rw-r--r-- | src/webvicli/webvicli/client.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/libwebvi/webvi/version.py b/src/libwebvi/webvi/version.py index 6aa4fc8..4c4865f 100644 --- a/src/libwebvi/webvi/version.py +++ b/src/libwebvi/webvi/version.py @@ -15,4 +15,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -VERSION = '0.3.3' +VERSION = '0.4.0' diff --git a/src/vdr-plugin/timer.c b/src/vdr-plugin/timer.c index 8158c29..b5a5c2b 100644 --- a/src/vdr-plugin/timer.c +++ b/src/vdr-plugin/timer.c @@ -315,7 +315,7 @@ void cWebviTimerManager::SaveHistory(FILE *f) { } char *cWebviTimerManager::UpgradedTemplatePath(char *ref) { - // template names changed in 0.3.3 + // template names changed in 0.4.0 const char *templateNameMap[10][2] = \ {{"wvt:///youtube/", "wvt:///www.youtube.com/"}, {"wvt:///svtplay/", "wvt:///svtplay.se/"}, diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c index 0c2cc9b..b9c663a 100644 --- a/src/vdr-plugin/webvideo.c +++ b/src/vdr-plugin/webvideo.c @@ -24,7 +24,7 @@ #include "common.h" #include "timer.h" -const char *VERSION = "0.3.3"; +const char *VERSION = "0.4.0"; static const char *DESCRIPTION = trNOOP("Download video files from the web"); static const char *MAINMENUENTRY = "Webvideo"; cMimeTypes *MimeTypes = NULL; diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py index e431589..9c092d4 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -36,7 +36,7 @@ from urlparse import urlparse from webvi.constants import WebviRequestType, WebviErr, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig from . import menu -VERSION = '0.3.3' +VERSION = '0.4.0' # Default options DEFAULT_PLAYERS = ['vlc --play-and-exit "%s"', |
