summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-03-07 11:25:30 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:26:34 +0100
commit44e16fa17f2b77cdc44801fc1533245068b02da7 (patch)
treed9523f16ae8e6f9722803a76afc2bcbef0adaaba
parentd98352478131b2fc6d0d4dcdd3a1fbad4efa7ba1 (diff)
Bump version number2010.03.07
-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 1039be31f3..69e9471310 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2010.02.13
+2010.03.07
diff --git a/youtube-dl b/youtube-dl
index c00810f357..97e25f0e23 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1520,7 +1520,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='2010.02.13',
+ version='2010.03.07',
conflict_handler='resolve',
)