Skip to content
Snippets Groups Projects
Commit dd09630f authored by Aleksander Morgado's avatar Aleksander Morgado
Browse files

release: bump version to 1.22.0

parent 2265231a
No related branches found
No related tags found
Loading
......@@ -3,8 +3,8 @@ AC_PREREQ([2.68])
dnl The QMI version number
m4_define([qmi_major_version], [1])
m4_define([qmi_minor_version], [21])
m4_define([qmi_micro_version], [5])
m4_define([qmi_minor_version], [22])
m4_define([qmi_micro_version], [0])
m4_define([qmi_version],
[qmi_major_version.qmi_minor_version.qmi_micro_version])
......@@ -16,9 +16,9 @@ dnl If the interface has grown (that is, the new library is compatible
dnl with old code), increment a.
dnl If the interface has changed in an incompatible way (that is,
dnl functions have changed or been removed), then zero a.
m4_define([qmi_glib_lt_current], [8])
m4_define([qmi_glib_lt_current], [9])
m4_define([qmi_glib_lt_revision], [0])
m4_define([qmi_glib_lt_age], [3])
m4_define([qmi_glib_lt_age], [4])
AC_INIT([libqmi], [qmi_version], [libqmi-devel@lists.freedesktop.org])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment