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

release: bump version to 1.30.0

parent 51b3de0d
No related branches found
No related tags found
No related merge requests found
Pipeline #375030 passed
......@@ -3,8 +3,8 @@ AC_PREREQ([2.68])
dnl The QMI version number
m4_define([qmi_major_version], [1])
m4_define([qmi_minor_version], [29])
m4_define([qmi_micro_version], [9])
m4_define([qmi_minor_version], [30])
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], [12])
m4_define([qmi_glib_lt_current], [13])
m4_define([qmi_glib_lt_revision], [0])
m4_define([qmi_glib_lt_age], [7])
m4_define([qmi_glib_lt_age], [8])
AC_INIT([libqmi], [qmi_version], [libqmi-devel@lists.freedesktop.org])
AC_CONFIG_SRCDIR([config.h.in])
......
......@@ -3,7 +3,7 @@
project(
'libqmi', 'c',
version: '1.29.9',
version: '1.30.0',
license: 'GPL2',
default_options: [
'buildtype=debugoptimized',
......@@ -34,9 +34,9 @@ qmi_glib_pkgincludedir = join_paths(qmi_includedir, qmi_glib_include_subdir)
# - Otherwise, increment c and zero r.
# - If the interface has grown (that is, the new library is compatible with old code), increment a.
# - If the interface has changed in an incompatible way (that is, functions have changed or been removed), then zero a.
current = 12
current = 13
revision = 0
age = 7
age = 8
qmi_glib_version = '@0@.@1@.@2@'.format(current - age, age, revision)
qmi_gir_version = '1.0'
......
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