summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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