commit: daa982bc019dacbf09ab7ee198a010482b9d4356
parent 767414a292201045a9aad6bd3d333153b43f2007
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Sat, 17 Sep 2011 00:58:44 +0200
release 2011.09.18c: Prefer mp4 over webm
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/LATEST_VERSION b/LATEST_VERSION
@@ -1 +1 @@
-2011.09.18b
+2011.09.18c
diff --git a/youtube-dl b/youtube-dl
@@ -15,7 +15,7 @@ __author__ = (
)
__license__ = 'Public Domain'
-__version__ = '2011.09.18b'
+__version__ = '2011.09.18c'
UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'