mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
configure.in: update an old message
This commit is contained in:
parent
d249cfd040
commit
29f6f5e0ad
@ -524,8 +524,8 @@ MUTTER_MINOR_VERSION=mutter_minor_version
|
|||||||
if expr $MUTTER_MINOR_VERSION % 2 > /dev/null ; then
|
if expr $MUTTER_MINOR_VERSION % 2 > /dev/null ; then
|
||||||
stable_version=`expr $MUTTER_MINOR_VERSION - 1`
|
stable_version=`expr $MUTTER_MINOR_VERSION - 1`
|
||||||
echo "This is the UNSTABLE branch of mutter"
|
echo "This is the UNSTABLE branch of mutter"
|
||||||
echo -n "Use 2.$stable_version.x for stable "
|
echo -n "Use 3.$stable_version.x for stable "
|
||||||
echo "(gnome-2-$stable_version branch in git)"
|
echo "(gnome-3-$stable_version branch in git)"
|
||||||
else
|
else
|
||||||
echo "This is the stable branch of mutter"
|
echo "This is the stable branch of mutter"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user