diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2013-01-24 20:33:31 -0500 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-02-14 16:55:04 -0500 |
| commit | cf17fdf8b8cf7bb30eed31c9fedaee2a1b704501 (patch) | |
| tree | c225946223f67fb63d35c8f8dd8097e7d3d2544b | |
| parent | Make sure that man page xml files are always disted (diff) | |
| download | wayland-1.0.5.tar wayland-1.0.5.tar.gz wayland-1.0.5.tar.bz2 wayland-1.0.5.tar.lz wayland-1.0.5.tar.xz wayland-1.0.5.tar.zst wayland-1.0.5.zip | |
configure.ac: Bump version to 1.0.51.0.5
Also update the bug URL to point to the right component and version.
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c281125..436d912 100644 --- a/configure.ac +++ b/configure.ac @@ -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/]) |
