From: Ricardo Garcia Date: Sun, 7 Mar 2010 10:25:30 +0000 (+0100) Subject: Bump version number X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=44e16fa17f2b77cdc44801fc1533245068b02da7;p=youtube-dl Bump version number --- diff --git a/LATEST_VERSION b/LATEST_VERSION index 1039be31f..69e947131 100644 --- a/LATEST_VERSION +++ b/LATEST_VERSION @@ -1 +1 @@ -2010.02.13 +2010.03.07 diff --git a/youtube-dl b/youtube-dl index c00810f35..97e25f0e2 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1520,7 +1520,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2010.02.13', + version='2010.03.07', conflict_handler='resolve', )