Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rg3 committed Mar 29, 2011
1 parent 3efa45c commit 4b0d9ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LATEST_VERSION
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
2011.02.25c 2011.03.29
2 changes: 1 addition & 1 deletion youtube-dl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2723,7 +2723,7 @@ if __name__ == '__main__':
# Parse command line # Parse command line
parser = optparse.OptionParser( parser = optparse.OptionParser(
usage='Usage: %prog [options] url...', usage='Usage: %prog [options] url...',
version='2011.02.25c', version='2011.03.29',
conflict_handler='resolve', conflict_handler='resolve',
) )


Expand Down

0 comments on commit 4b0d9ee

Please sign in to comment.