summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Sattler <sattler@itestra.de>2014-02-17 12:15:53 +0100
committerStefan Laner <laner@itestra.de>2014-02-18 11:19:37 +0100
commitfa209eed0e5c81c277601aa24069fa23f61b675d (patch)
treede78ba64275ed12456dc5a8ac0e9bd3481f593a2
parent80466b10fcc29ec05457d52985a265fa9d6e68b0 (diff)
downloadgenivi-common-api-runtime-fa209eed0e5c81c277601aa24069fa23f61b675d.tar.gz
Changed doxygen title to GENIVI IPC Common API C++
Change-Id: Ib8acb0f06955c79d6a89c285ac7416e3ce9f9330
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 2395c39..4517cff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.61)
-AC_INIT([GENIVI Common API C++ Library],
- [2.1.5],
+AC_INIT([GENIVI IPC Common API C++],
+ [2.1.6],
[],
[CommonAPI])
@@ -9,9 +9,9 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([build-aux/config.h])
AC_CONFIG_FILES([
- Makefile
- CommonAPI.pc
- CommonAPI-uninstalled.pc])
+ Makefile
+ CommonAPI.pc
+ CommonAPI-uninstalled.pc])
AC_CANONICAL_SYSTEM