diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d3cf72e3..488f3b52 100644 --- a/configure.in +++ b/configure.in @@ -558,5 +558,6 @@ if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then echo -n "Use 2.$stable_version.x for stable " echo "(gnome-2-$stable_version branch in CVS)" else - echo "This is the stable branch of metacity" + echo "This is an UNSTABLE branch of metacity" + echo "Code is still ugly. A lot of things will be changed" fi |