diff --git a/hg b/hg --- a/hg +++ b/hg @@ -1,7 +1,7 @@ #!/usr/bin/env python # # mercurial - a minimal scalable distributed SCM -# v0.4c "oedipa maas" +# v0.4d "oedipa maas" # # Copyright 2005 Matt Mackall # diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.core import setup setup(name='mercurial', - version='0.4c', + version='0.4d', author='Matt Mackall', author_email='mpm@selenic.com', url='http://selenic.com/mercurial',