build: version bump to flag existence of new API (sahara fw update)

This commit is contained in:
Aleksander Morgado
2022-01-31 14:21:15 +01:00
parent 2322988855
commit 683270f403
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ dnl
m4_define([mm_major_version], [1])
m4_define([mm_minor_version], [19])
m4_define([mm_micro_version], [0])
m4_define([mm_micro_version], [1])
m4_define([mm_version],
[mm_major_version.mm_minor_version.mm_micro_version])

View File

@@ -3,7 +3,7 @@
project(
'ModemManager', 'c',
version: '1.19.0',
version: '1.19.1',
license: 'GPL2',
default_options: [
'buildtype=debugoptimized',