build: bump micro version to 1.13.7

This is not an official release, just an easy way to identify when the new
support for the UIM PIN actions was introduced.
This commit is contained in:
Aleksander Morgado 2016-01-30 16:01:14 -08:00
parent 2c0b445027
commit 4aed63cf6b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ AC_PREREQ([2.68])
dnl The QMI version number
m4_define([qmi_major_version], [1])
m4_define([qmi_minor_version], [13])
m4_define([qmi_micro_version], [6])
m4_define([qmi_micro_version], [7])
m4_define([qmi_version],
[qmi_major_version.qmi_minor_version.qmi_micro_version])