# HG changeset patch # User mpm@selenic.com # Date 1115230048 28800 # Node ID 7eca4cfa8aad5fce9a04f7d8acadcd0452e2f34e # Parent 6daf7757e92b6f85866877c6f136a92fb7af16ce Update version numbers 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',