[vlc-devel] commit: Update mozilla/firefox/safari plugin version information to 0.8.7 ( Jean-Paul Saman )
git version control
git at videolan.org
Tue Nov 11 14:44:49 CET 2008
vlc | branch: 0.8.6-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Mon Nov 3 22:57:12 2008 +0100| [c8bce3f908277b305908f14d935a3429d9fe140a] | committer: Jean-Paul Saman
Update mozilla/firefox/safari plugin version information to 0.8.7
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c8bce3f908277b305908f14d935a3429d9fe140a
---
mozilla/install.js | 6 +++---
mozilla/vlc.r | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/mozilla/install.js b/mozilla/install.js
index 96c15c1..a827e7e 100644
--- a/mozilla/install.js
+++ b/mozilla/install.js
@@ -1,4 +1,4 @@
-var version = "0.8.6a";
+var version = "0.8.7";
initInstall( "VideoLAN", "VLC", version, 1);
@@ -13,9 +13,9 @@ if ( ! fileExists( tmpFolder) )
setPackageFolder( tmpFolder );
-addFile( "http://downloads.videolan.org/pub/videolan/vlc/0.8.6/win32/vlc-0.8.6a-win32.exe" );
+addFile( "http://downloads.videolan.org/pub/videolan/vlc/0.8.7/win32/vlc-0.8.7-win32.exe" );
-var exe = getFolder(tmpFolder, "vlc-0.8.6a-win32.exe");
+var exe = getFolder(tmpFolder, "vlc-0.8.7-win32.exe");
File.execute( exe );
performInstall();
diff --git a/mozilla/vlc.r b/mozilla/vlc.r
index 5cac34e..f3fb3ec 100644
--- a/mozilla/vlc.r
+++ b/mozilla/vlc.r
@@ -13,7 +13,7 @@ data 'carb' (0)
resource 'STR#' (126)
{
{
- "Version 0.8.6, copyright 1996-2008 The VideoLAN Team"
+ "Version 0.8.7, copyright 1996-2008 The VideoLAN Team"
"<BR><A HREF='http://www.videolan.org'>http://www.videolan.org</A>",
"VLC Multimedia Plug-in"
};
More information about the vlc-devel
mailing list