build: bump version to 1.19.900 (1.20-rc1)

This commit is contained in:
Aleksander Morgado
2022-10-19 11:25:33 +00:00
parent 72f72d0bfd
commit ec28c85a6a
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_major_version], [1])
m4_define([mm_minor_version], [19]) m4_define([mm_minor_version], [19])
m4_define([mm_micro_version], [1]) m4_define([mm_micro_version], [900])
m4_define([mm_version], m4_define([mm_version],
[mm_major_version.mm_minor_version.mm_micro_version]) [mm_major_version.mm_minor_version.mm_micro_version])

View File

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