diff --git a/client/Makefile.in b/client/Makefile.in
index cc96e6f0701bb97fdcd597b2c0983d9f7b993fcc..e381de07bc87f562ad9e99ed004af3cde75a49fa 100644
--- a/client/Makefile.in
+++ b/client/Makefile.in
@@ -1,5 +1,5 @@
 
-# $Id: Makefile.in,v 1.8 2002/12/06 21:54:15 zino Exp $
+# $Id: Makefile.in,v 1.9 2008/06/29 12:52:55 zino Exp $
 
 # This line is needed on some machines.
 @SET_MAKE@
@@ -31,7 +31,8 @@ pike-dist:
 	cp README client.sh put.c configure Makefile.in start \
 		disttmp/xenoclient/ && \
 	cp ../projects/pike/pike7.4.cfg disttmp/xenoclient/config/ && \
-	cp ../projects/pike/pike7.5.cfg disttmp/xenoclient/config/ && \
+	cp ../projects/pike/pike_stable.cfg disttmp/xenoclient/config/ && \
+	cp ../projects/pike/pike_devel.cfg disttmp/xenoclient/config/ && \
 	mkdir disttmp/xenoclient/projects &&\
 	for p in ../projects/*; do \
 	  if [ -f "$$p/README" ] ; then \
diff --git a/client/client.sh b/client/client.sh
index 213ffe9012061b342ae17c2663cc66b7431316d9..04a8b2d2abd564563f60bcc1b5df4608875e51d7 100755
--- a/client/client.sh
+++ b/client/client.sh
@@ -4,8 +4,8 @@
 # Xenofarm client
 #
 # Written by Peter Bortas, Copyright 2002
-# $Id: client.sh,v 1.79 2006/06/07 03:18:18 zino Exp $
-# Distribution version: 1.2
+# $Id: client.sh,v 1.80 2008/06/29 12:52:55 zino Exp $
+# Distribution version: 1.3
 # License: GPL
 #
 # Requirements:
@@ -69,7 +69,7 @@ EOF
   #emacs sh-mode kludge: '
   ;;
   '-v'|'--version')
-	echo \$Id: client.sh,v 1.79 2006/06/07 03:18:18 zino Exp $
+	echo \$Id: client.sh,v 1.80 2008/06/29 12:52:55 zino Exp $
 	exit 0
   ;;
   '-c='*|'--config-dir='*|'--configdir='*)