diff options
| author | Bryce Harrington <bryce@osg.samsung.com> | 2015-01-23 12:42:16 -0800 |
|---|---|---|
| committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-01-23 12:42:16 -0800 |
| commit | 244a72bfe8abf78213298a4d20cebca8e4a69553 (patch) | |
| tree | 9a23c0c00ec8a41b935fe95d2f033b14fcc59086 | |
| parent | tests: fix memory leak (diff) | |
| download | wayland-1.6.tar wayland-1.6.tar.gz wayland-1.6.tar.bz2 wayland-1.6.tar.lz wayland-1.6.tar.xz wayland-1.6.tar.zst wayland-1.6.zip | |
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cc7b535..054044b 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], [6]) -m4_define([wayland_micro_version], [0]) +m4_define([wayland_micro_version], [1]) m4_define([wayland_version], [wayland_major_version.wayland_minor_version.wayland_micro_version]) |
