summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManfred Bathelt <manfred.bathelt@bmw.de>2013-07-31 08:01:55 -0700
committerManfred Bathelt <manfred.bathelt@bmw.de>2013-07-31 08:01:55 -0700
commitdc6c8b06510a54ba573ccbab9c58d33368d09689 (patch)
tree22a8ca8c07c74f6e13871acc4fae76c884d146aa
parent757e5c0575168d15ed0592363ba9a6eb7089120f (diff)
downloadgenivi-common-api-runtime-dc6c8b06510a54ba573ccbab9c58d33368d09689.tar.gz
changed project version to 2.1
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 128f100..53fe931 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ EXTRA_DIST = LICENSE
MOSTLYCLEANFILES =
# Library interface (not package version!)
LIBCOMMONAPI_CURRENT=2
-LIBCOMMONAPI_REVISION=0
+LIBCOMMONAPI_REVISION=1
LIBCOMMONAPI_AGE=0
AM_CPPFLAGS = \
diff --git a/configure.ac b/configure.ac
index 9b23952..2bd296a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.61)
AC_INIT([GENIVI Common API C++ Library],
- [2.0],
+ [2.1],
[],
[CommonAPI])
@@ -92,4 +92,4 @@ AC_MSG_RESULT([
-AC_OUTPUT \ No newline at end of file
+AC_OUTPUT