summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter A. Bigot <pabigot@users.sourceforge.net>2010-05-30 11:44:14 -0500
committerPeter A. Bigot <pabigot@users.sourceforge.net>2010-05-30 11:44:14 -0500
commit46a01fa0658daf2c5dad4c081847fb4ef3df4599 (patch)
tree4f52b6414ab8c1c058e5a67c77bae9075af39ac0
parentbd7829b106f75e0b89f59a16f31563a6d62294ac (diff)
Update to current versions
-rwxr-xr-xmaintainer/testdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer/testdist.sh b/maintainer/testdist.sh
index 1042651..9af3e8b 100755
--- a/maintainer/testdist.sh
+++ b/maintainer/testdist.sh
@@ -6,7 +6,7 @@ TARFILE=PyXB-full-${RELEASE}.tar.gz
export LANG=en_US.UTF-8
-for pv in 2.4.6 2.5.4 2.6.4 ; do
+for pv in 2.4.6 2.5.5 2.6.5 ; do
(
pt=python-${pv}
pvs=`echo ${pv} | sed -e 's@..$@@'`