configure.ac: Bump version to 1.0.5
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 25 Jan 2013 01:33:31 +0000 (20:33 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 14 Feb 2013 21:55:04 +0000 (16:55 -0500)
Also update the bug URL to point to the right component and version.

configure.ac

index c281125..436d912 100644 (file)
@@ -2,13 +2,13 @@ AC_PREREQ([2.64])
 
 m4_define([wayland_major_version], [1])
 m4_define([wayland_minor_version], [0])
-m4_define([wayland_micro_version], [4])
+m4_define([wayland_micro_version], [5])
 m4_define([wayland_version],
           [wayland_major_version.wayland_minor_version.wayland_micro_version])
 
 AC_INIT([wayland],
         [wayland_version],
-        [https://bugs.freedesktop.org/enter_bug.cgi?product=wayland],
+        [https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.0.5],
         [wayland],
         [http://wayland.freedesktop.org/])