From 9a2fab49e5e5867d58ba67eb028c003db35de1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Sun, 17 Mar 2013 13:53:29 -0400 Subject: [PATCH] configure.ac: Use wayland_version macro in bug url --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 883411c5..9596f41c 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ m4_define([wayland_version], AC_INIT([wayland], [wayland_version], - [https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.0.90], + [https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=wayland_version], [wayland], [http://wayland.freedesktop.org/])