summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-07-15 22:05:04 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:28:25 +0100
commit14912efbb7c8d5ffc3d7d7d1b7de9272e1c8e09a (patch)
tree0ab91d0544c1d7c8eba8ea0ce4a8f1f6a0e0d209
parent96942e62241bb54dc32d2a006841d9fc075e9851 (diff)
Bump version number2010.07.14
-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 47865d378f..99bd385bcd 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2010.06.06
+2010.07.14
diff --git a/youtube-dl b/youtube-dl
index e89c9152d6..046b3fd662 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -2109,7 +2109,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='2010.06.06',
+ version='2010.07.14',
conflict_handler='resolve',
)