summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2007-12-19 11:04:16 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2007-12-19 11:04:16 +0000
commita63d5801aeef0dcac5fdd259e232f17ad151b00c (patch)
tree5c38c865fa9b5b0b553b5a9e15b89263af10990c /configure.in
parent4b774eb18e052e34c5c44a341ce07448083239a9 (diff)
downloadmetacity-a63d5801aeef0dcac5fdd259e232f17ad151b00c.tar.gz
print "Subversion" and not "CVS".
2007-12-19 Thomas Thurman <tthurman@gnome.org> * configure.in: print "Subversion" and not "CVS". svn path=/trunk/; revision=3486
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6e5104c0..d194d046 100644
--- a/configure.in
+++ b/configure.in
@@ -538,7 +538,7 @@ if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then
stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2))
echo "This is the UNSTABLE branch of metacity"
echo -n "Use 2.$stable_version.x for stable "
- echo "(gnome-2-$stable_version branch in CVS)"
+ echo "(gnome-2-$stable_version branch in Subversion)"
else
echo "This is the stable branch of metacity"
fi