diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2014-04-07 16:08:42 -0700 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2014-04-07 16:08:42 -0700 |
| commit | 5e2cfd2a0a771e57aea05fe8380e12ae5c7c323a (patch) | |
| tree | 4ec0d80381f3096ac11e12e1e1401f98e25acad9 /configure.ac | |
| parent | shm: Disallow shrinking shm pools (diff) | |
| download | wayland-1.4.91.tar wayland-1.4.91.tar.gz wayland-1.4.91.tar.bz2 wayland-1.4.91.tar.lz wayland-1.4.91.tar.xz wayland-1.4.91.tar.zst wayland-1.4.91.zip | |
configure.ac: Bump version to 1.4.911.4.91
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5ae843e..10e0407 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.64]) m4_define([wayland_major_version], [1]) m4_define([wayland_minor_version], [4]) -m4_define([wayland_micro_version], [0]) +m4_define([wayland_micro_version], [91]) m4_define([wayland_version], [wayland_major_version.wayland_minor_version.wayland_micro_version]) |
