From b0a4dbe975b0430f57d1a78ed1c801597e71f6f8 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Wed, 15 Oct 2014 14:05:14 +0400 Subject: [PATCH 1/3] configure.ac: Update major version number in message --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f48f8de..30cb8cb 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 -- 2.1.1