##// END OF EJS Templates
Bump the version number to 0.5b for the protocol change...
mpm@selenic.com -
r193:0a28dfe5 0.5b default
parent child Browse files
Show More
@@ -1,7 +1,7 b''
1 #!/usr/bin/env python
1 #!/usr/bin/env python
2 #
2 #
3 # mercurial - a minimal scalable distributed SCM
3 # mercurial - a minimal scalable distributed SCM
4 # v0.5 "katje"
4 # v0.5b "katje"
5 #
5 #
6 # Copyright 2005 Matt Mackall <mpm@selenic.com>
6 # Copyright 2005 Matt Mackall <mpm@selenic.com>
7 #
7 #
@@ -16,7 +16,7 b' class install_package_data(install_data)'
16 install_data.finalize_options(self)
16 install_data.finalize_options(self)
17
17
18 setup(name='mercurial',
18 setup(name='mercurial',
19 version='0.5',
19 version='0.5b',
20 author='Matt Mackall',
20 author='Matt Mackall',
21 author_email='mpm@selenic.com',
21 author_email='mpm@selenic.com',
22 url='http://selenic.com/mercurial',
22 url='http://selenic.com/mercurial',
General Comments 0
You need to be logged in to leave comments. Login now