aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-28 21:04:26 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-28 22:42:43 +0100
commitc8960d3f893f9034a02771eca5e0a4c19af2bdbf (patch)
treeb26149b54a290261ee14588cbbf5ab659e635cc8 /configure.ac
parentfc568111ee52494c28bedfd72f5bc6e35649c646 (diff)
downloadhardware_replicant_libsamsung-ipc-c8960d3f893f9034a02771eca5e0a4c19af2bdbf.tar.gz
hardware_replicant_libsamsung-ipc-c8960d3f893f9034a02771eca5e0a4c19af2bdbf.tar.bz2
hardware_replicant_libsamsung-ipc-c8960d3f893f9034a02771eca5e0a4c19af2bdbf.zip
devices: gprs activate/deactivate handlers: pass the ipc_client struct
This enables to use logging inside the callbacks. At this point the ipc_client struct is already available, so it is safe to do that. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2dd8c6e..805438d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libsamsung-ipc], [0.5.0], [contact@replicant.us], [libsamsung-ipc])
+AC_INIT([libsamsung-ipc], [0.6.0], [contact@replicant.us], [libsamsung-ipc])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])