Browse Source

Bump version number

master
Ricardo Garcia 14 years ago
parent
commit
ae3fc475eb
2 changed files with 2 additions and 2 deletions
  1. 2
      LATEST_VERSION
  2. 2
      youtube-dl

2
LATEST_VERSION

@ -1 +1 @@
2010.03.13
2010.04.02

2
youtube-dl

@ -1682,7 +1682,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
version='2010.03.13',
version='2010.04.02',
conflict_handler='resolve',
)

Loading…
Cancel
Save