diff options
author | Andreas <andreas.volz@tux-style.com> | 2021-07-28 22:08:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 22:08:52 +0200 |
commit | f6593f35b9169af85534931e2e7136613db7609d (patch) | |
tree | efb68dd665a4ba0d6e6f4b61926bb3a77d00ef7d /configure.ac | |
parent | e3455d20fc0b6e00bce7668fbd9b165fdc8a7040 (diff) | |
parent | e12ad7890cbed2d38a14f9b8960f91d187e103f0 (diff) | |
download | dbus-c++-master.tar.gz |
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b1f3779..b2f3d64 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Autojunk script for libdbus-c++ AC_PREREQ(2.59) -AC_INIT([libdbus-c++], 0.9.1pw) +AC_INIT([libdbus-c++], 0.9.2pw) AC_CONFIG_SRCDIR([src/error.cpp]) AM_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) |