summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-04 14:31:34 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-04 19:33:33 +0100
commit27bc4b1841e8d7e2fec065feb33f53680112da72 (patch)
tree9b1e81f983abd478e6ab33e298eb005152deffab
parent544d835bedf8853988eb67bbaa2f79f9a23e9ea2 (diff)
downloaddbus-python-27bc4b1841e8d7e2fec065feb33f53680112da72.tar.gz
build: Bump micro version for development
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 79ad5ae..9b2c90e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl The dbus-python version number
m4_define(dbus_python_major_version, 1)
m4_define(dbus_python_minor_version, 2)
dnl Micro version is odd for non-releases
-m4_define(dbus_python_micro_version, 18)
+m4_define(dbus_python_micro_version, 19)
AC_INIT([dbus-python],
dbus_python_major_version.dbus_python_minor_version.dbus_python_micro_version,