summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-09-13 22:39:20 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-09-13 22:39:20 +0200
commit93e1659586d0741f5f7987e6c5232e9636f7df72 (patch)
treec8a120dea8b482b7d80184a79e024cfebfd43aaf
parentb576abb4572c61289269db61da8c472d487a7a03 (diff)
Bump version number (remove -phihag)2011.09.13
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index 9d379dcd18..4bb84386af 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -15,7 +15,7 @@ __author__ = (
)
__license__ = 'Public Domain'
-__version__ = '2011.09.09-phihag'
+__version__ = '2011.09.13'
UPDATE_URL = 'https://raw.github.com/phihag/youtube-dl/master/youtube-dl'