diff options
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +Version 0.3.1 +===================== + +f5d2c45 gitignore: Binaries from tools +c42fbce svc: String header +c608d70 Ignore the autotools INSTALL file +68c86c0 Fix crash in modemctrl after a failed bootstrap +08b6b29 Properly handle errors bootstrapping modem +67fe181 Drop the INSTALL file and let autotools copy it in +4cb70f7 tools: Autotools intermediates cleanup +a6240be tools: Proper arguments to ipc_client_poll +3189c67 libsamsung-ipc version 0.3.0 + Version 0.3.0 ===================== diff --git a/configure.ac b/configure.ac index 77367fd..d65907a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libsamsung-ipc], [0.3.0], [contact@replicant.us], [libsamsung-ipc]) +AC_INIT([libsamsung-ipc], [0.3.1], [contact@replicant.us], [libsamsung-ipc]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects]) |