summaryrefslogtreecommitdiff
path: root/src/webvicli
diff options
context:
space:
mode:
Diffstat (limited to 'src/webvicli')
-rwxr-xr-xsrc/webvicli/webvi2
-rw-r--r--src/webvicli/webvicli/client.py4
-rw-r--r--src/webvicli/webvicli/menu.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/webvicli/webvi b/src/webvicli/webvi
index b8fa190..082b086 100755
--- a/src/webvicli/webvi
+++ b/src/webvicli/webvi
@@ -2,7 +2,7 @@
# menu.py - starter script for webvicli
#
-# Copyright (c) 2010 Antti Ajanki <antti.ajanki@iki.fi>
+# Copyright (c) 2010, 2011 Antti Ajanki <antti.ajanki@iki.fi>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py
index cffae15..853d549 100644
--- a/src/webvicli/webvicli/client.py
+++ b/src/webvicli/webvicli/client.py
@@ -2,7 +2,7 @@
# webvicli.py - webvi command line client
#
-# Copyright (c) 2009, 2010 Antti Ajanki <antti.ajanki@iki.fi>
+# Copyright (c) 2009-2011 Antti Ajanki <antti.ajanki@iki.fi>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@ from urlparse import urlparse
from webvi.constants import WebviRequestType, WebviErr, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig
from . import menu
-VERSION = '0.4.0'
+VERSION = '0.4.1'
# Default options
DEFAULT_PLAYERS = ['vlc --play-and-exit "%s"',
diff --git a/src/webvicli/webvicli/menu.py b/src/webvicli/webvicli/menu.py
index 70ef6ea..f1f1f21 100644
--- a/src/webvicli/webvicli/menu.py
+++ b/src/webvicli/webvicli/menu.py
@@ -1,6 +1,6 @@
# menu.py - menu elements for webvicli
#
-# Copyright (c) 2009, 2010 Antti Ajanki <antti.ajanki@iki.fi>
+# Copyright (c) 2009-2011 Antti Ajanki <antti.ajanki@iki.fi>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by