##// END OF EJS Templates
Update version numbers
mpm@selenic.com -
r16:7eca4cfa 0.4d 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.4c "oedipa maas"
4 # v0.4d "oedipa maas"
5 #
5 #
6 # Copyright 2005 Matt Mackall <mpm@selenic.com>
6 # Copyright 2005 Matt Mackall <mpm@selenic.com>
7 #
7 #
@@ -8,7 +8,7 b''
8 from distutils.core import setup
8 from distutils.core import setup
9
9
10 setup(name='mercurial',
10 setup(name='mercurial',
11 version='0.4c',
11 version='0.4d',
12 author='Matt Mackall',
12 author='Matt Mackall',
13 author_email='mpm@selenic.com',
13 author_email='mpm@selenic.com',
14 url='http://selenic.com/mercurial',
14 url='http://selenic.com/mercurial',
General Comments 0
You need to be logged in to leave comments. Login now