Set version number for release

This commit is contained in:
Ricardo Garcia 2009-03-28 10:27:40 +01:00
parent 79e75f66c8
commit c6b311c524
1 changed files with 1 additions and 1 deletions

View File

@ -935,7 +935,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
version='INTERNAL',
version='2009.03.28',
conflict_handler='resolve',
)
parser.add_option('-h', '--help',