[vlc-commits] VLSub: Bump version
Hugo Beauzée-Luyssen
git at videolan.org
Thu Apr 12 14:02:23 CEST 2018
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Apr 12 13:56:13 2018 +0200| [6428fc2f97c126a71d32852a20253e7b3488ea2e] | committer: Hugo Beauzée-Luyssen
VLSub: Bump version
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6428fc2f97c126a71d32852a20253e7b3488ea2e
---
share/lua/extensions/VLSub.lua | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/lua/extensions/VLSub.lua b/share/lua/extensions/VLSub.lua
index 5d93e8a2a5..a11db3e911 100644
--- a/share/lua/extensions/VLSub.lua
+++ b/share/lua/extensions/VLSub.lua
@@ -329,8 +329,8 @@ local select_conf = {} -- Drop down widget / option table association
function descriptor()
return {
- title = "VLsub 0.10.0",
- version = "0.10.0",
+ title = "VLsub 0.11.0",
+ version = "0.11.0",
author = "exebetche",
url = 'http://www.opensubtitles.org/',
shortdesc = "VLsub";
@@ -1011,7 +1011,7 @@ openSub = {
url = "http://api.opensubtitles.org/xml-rpc",
path = nil,
userAgentHTTP = "VLSub",
- useragent = "VLSub 0.10.0",
+ useragent = "VLSub 0.11.0",
translations_avail = {},
downloadBehaviours = nil,
languages = languages
More information about the vlc-commits
mailing list