summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-12-28 17:11:14 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-12-28 18:01:57 +0100
commit8e51649f07aa917a9a0896a35673468693be29be (patch)
treeea0eb95f21ad1a6a2b4016a30036f2d9e9b76a0a /configure.ac
parent575cd0a3ec2f691c1d541c000469245fb1c96c87 (diff)
libmbim-glib,message: new helper method to parse responses
The MBIM "Command", "Open" and "Close" request messages can be replied using either a type specific response (e.g. "Command Done", or "Open Done" or "Close Done" or instead using a generic "Function Error" message. In order to ease the users of the library to look for errors in the received responses, the new mbim_message_response_get_result() method expects any of those two previous messages. We also bump version of the library to 1.11.1, to indicate when the new API was introduced, but this is Not a real release.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 37232f2..13a0c38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.68])
dnl The libmbim version number
m4_define([mbim_major_version], [1])
m4_define([mbim_minor_version], [11])
-m4_define([mbim_micro_version], [0])
+m4_define([mbim_micro_version], [1])
m4_define([mbim_version],
[mbim_major_version.mbim_minor_version.mbim_micro_version])