summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-09-13 10:48:21 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:52 +0100
commitad0525b3e675f03f92c8ba7d1b15554be6884d54 (patch)
treef05eaa86cdc2e303a8bc5eaa34e9d0b460ec66f1
parent30edbf89e484172698f1c71613628de481beb97c (diff)
Bump version number2009.09.13
-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 d8a0ea96f2..70456bc346 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2009.09.08
+2009.09.13
diff --git a/youtube-dl b/youtube-dl
index b1f2717936..5afff4e618 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1097,7 +1097,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='INTERNAL',
+ version='2009.09.13',
conflict_handler='resolve',
)