Skip to content

Commit

Permalink
configure.ac: bump version to 1.13.90 for open development
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Harrington <[email protected]>
  • Loading branch information
bryceharrington committed Feb 21, 2017
1 parent 1361da9 commit f8c9307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.64])

m4_define([wayland_major_version], [1])
m4_define([wayland_minor_version], [13])
m4_define([wayland_micro_version], [0])
m4_define([wayland_micro_version], [90])
m4_define([wayland_version],
[wayland_major_version.wayland_minor_version.wayland_micro_version])

Expand Down

0 comments on commit f8c9307

Please sign in to comment.