summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2012-09-30 20:51:24 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2012-09-30 20:51:24 +0300
commit8e65df4231120b553491795645959eaa409e13df (patch)
tree5fcb80bd22e0bf1d88b25c06a54adb82d6dcfc79 /src
parente47f1de6430c1bc84d45b699724a7fc4074e176f (diff)
downloadvdr-plugin-webvideo-8e65df4231120b553491795645959eaa409e13df.tar.gz
vdr-plugin-webvideo-8e65df4231120b553491795645959eaa409e13df.tar.bz2
Bump version
Diffstat (limited to 'src')
-rw-r--r--src/libwebvi/webvi/version.py2
-rw-r--r--src/vdr-plugin/webvideo.c2
-rw-r--r--src/webvicli/webvicli/client.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/libwebvi/webvi/version.py b/src/libwebvi/webvi/version.py
index 9614ec9..71aca96 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.4.8'
+VERSION = '0.4.9'
diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c
index d18e347..10106b4 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.4.8";
+const char *VERSION = "0.4.9";
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 086bdd1..75f84c0 100644
--- a/src/webvicli/webvicli/client.py
+++ b/src/webvicli/webvicli/client.py
@@ -38,7 +38,7 @@ from urlparse import urlparse
from webvi.constants import WebviRequestType, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig, WebviSelect
from . import menu
-VERSION = '0.4.8'
+VERSION = '0.4.9'
# Default options
DEFAULT_PLAYERS = ['mplayer -cache-min 10 "%s"',