diff options
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"', |
