diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-05 20:16:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-05 20:16:18 +0000 |
| commit | 0f9c5b3b9da95040dfe751b1824d9cb5d4cd1016 (patch) | |
| tree | 06c278f41e17f5243b872bf82b7246b86e3d522a | |
| parent | f19c003f93203d940067f8138c2cbf7bcd763d1d (diff) | |
Fix typo.
| -rwxr-xr-x | release | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ if os.popen('git status -s').read() != '': print '%s: uncommitted changes exist.' % sys.argv[0] sys.exit(1) -m = Version.to_release +m = version.to_release if args.beta: m = Version.to_beta |
