[vlc-commits] VLSub: Bump version to 0.10
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Thu Sep 21 17:49:57 CEST 2017
    
    
  
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Sep 21 14:04:11 2017 +0200| [6aca619a3e3ec321da8506b457e1ba8362d77f4d] | committer: Hugo Beauzée-Luyssen
VLSub: Bump version to 0.10
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6aca619a3e3ec321da8506b457e1ba8362d77f4d
---
 share/lua/extensions/VLSub.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/share/lua/extensions/VLSub.lua b/share/lua/extensions/VLSub.lua
index bc760827cd..a564b8d664 100644
--- a/share/lua/extensions/VLSub.lua
+++ b/share/lua/extensions/VLSub.lua
@@ -328,8 +328,8 @@ local select_conf = {} -- Drop down widget / option table association
 
 function descriptor()
   return {
-    title = "VLsub 0.9.13",
-    version = "0.9.13",
+    title = "VLsub 0.10.0",
+    version = "0.10.0",
     author = "exebetche",
     url = 'http://www.opensubtitles.org/',
     shortdesc = "VLsub";
    
    
More information about the vlc-commits
mailing list