commit: 554bbdc48cd59180af6eb767152a798d6e19ce5c
parent 37dfa1e0df8a5be73cff508590be89b7285c65c3
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date: Sun, 4 Apr 2010 13:11:20 +0200
Bump version number
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/LATEST_VERSION b/LATEST_VERSION
@@ -1 +1 @@
-2010.04.03
+2010.04.04
diff --git a/youtube-dl b/youtube-dl
@@ -1686,7 +1686,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='2010.04.03',
+ version='2010.04.04',
conflict_handler='resolve',
)