summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2014-10-15 14:05:14 +0400
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2014-10-15 16:21:52 +0300
commit88e49334f94a62061094c6529f314d5013d97613 (patch)
tree349f993ab236a14b3fd3aa9cdc10816d583fc918
parentd42722d0871a7c3da7fa1138b6d39ed98db50a67 (diff)
downloadmetacity-88e49334f94a62061094c6529f314d5013d97613.tar.gz
configure.ac: Update major version number in message
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f48f8de4..30cb8cbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -547,8 +547,8 @@ METACITY_MINOR_VERSION=metacity_minor_version
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 Subversion)"
+ echo -n "Use 3.$stable_version.x for stable "
+ echo "(gnome-3-$stable_version branch in Subversion)"
else
echo "This is the stable branch of metacity"
fi