diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2012-11-30 16:00:00 -0500 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-11-30 16:43:26 -0500 |
| commit | 64e37842983349dcb3bfd102885669db0c01b16c (patch) | |
| tree | f088d9ace5629f2d9779bf9507bc705407b40326 /configure.ac | |
| parent | client: Update libtool version for new entry points (diff) | |
| download | wayland-1.0.2.tar wayland-1.0.2.tar.gz wayland-1.0.2.tar.bz2 wayland-1.0.2.tar.lz wayland-1.0.2.tar.xz wayland-1.0.2.tar.zst wayland-1.0.2.zip | |
configure.ac: Bump version to 1.0.21.0.2
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 aa7a62a..0d842e1 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], [0]) -m4_define([wayland_micro_version], [1]) +m4_define([wayland_micro_version], [2]) m4_define([wayland_version], [wayland_major_version.wayland_minor_version.wayland_micro_version]) |
