Hi Ossama,
The l_rtnl interface changed. Bump the "current" ELL
library version
number accordingly.
---
Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 4e650c9..73f5298 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,8 +8,8 @@ ACLOCAL_AMFLAGS = -I build-aux
# Interfaces added: CURRENT++ REVISION=0 AGE++
# Interfaces removed: CURRENT++ REVISION=0 AGE=0
-ELL_CURRENT = 0
-ELL_REVISION = 2
+ELL_CURRENT = 1
+ELL_REVISION = 0
ELL_AGE = 0
actually we have bothered changing this as long as we are still 0.x and not stable. So I
rather skip this for now.
Regards
Marcel