summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-07-22 20:32:05 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:28:29 +0100
commit8190e3631ba5f1734e5b45a7e0a0e5999ab70d26 (patch)
tree3239b90174beaec928062ec92f98432b68effbd4
parente4db6fd0420a0917724a896d29f17666f8c80427 (diff)
Bump version number2010.07.22
-rw-r--r--LATEST_VERSION2
-rwxr-xr-xyoutube-dl2
2 files changed, 2 insertions, 2 deletions
diff --git a/LATEST_VERSION b/LATEST_VERSION
index 99bd385bcd..f3f4e8fab3 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2010.07.14
+2010.07.22
diff --git a/youtube-dl b/youtube-dl
index a15d180a8e..5fd331e797 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -2064,7 +2064,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='2010.07.14',
+ version='2010.07.22',
conflict_handler='resolve',
)