summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-09-14 22:55:26 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-09-14 22:55:26 +0200
commite5b9fac28173738dfb545393aca5595c2aafe5bd (patch)
treebe399a4be225d1ab1c71add2aaa6400fb2bf7d84
parent08c1d0d3bc43f344f58f16ff215f231f4b727f44 (diff)
Bump version number2011.09.15
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index 0973cc4ada..733e23105d 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -15,7 +15,7 @@ __author__ = (
)
__license__ = 'Public Domain'
-__version__ = '2011.09.14'
+__version__ = '2011.09.15'
UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'