changeset 16:7eca4cfa8aad 0.4d

Update version numbers
author mpm@selenic.com
date Wed, 04 May 2005 10:07:28 -0800
parents 6daf7757e92b
children ffe6a5ca1a89
files hg setup.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <mpm@selenic.com>
 #
--- 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',