4ad8c1
From 2c954feaa59657fd8a13cf6e7208c4bf8c46f0dc Mon Sep 17 00:00:00 2001
4ad8c1
From: Sinny Kumari <sinny@redhat.com>
4ad8c1
Date: Sun, 19 Mar 2017 00:21:22 +0530
4ad8c1
Subject: [PATCH] Update library version to 2.0.1 to match with release version
4ad8c1
4ad8c1
---
4ad8c1
 Makefile.am | 4 +++-
4ad8c1
 1 file changed, 3 insertions(+), 1 deletion(-)
4ad8c1
4ad8c1
diff --git a/Makefile.am b/Makefile.am
4ad8c1
index e02d007..5f819c3 100644
4ad8c1
--- a/Makefile.am
4ad8c1
+++ b/Makefile.am
4ad8c1
@@ -19,7 +19,9 @@ AM_CFLAGS = -I$(top_srcdir)/librtas_src/ -I$(top_srcdir)/librtasevent_src/
4ad8c1
 
4ad8c1
 library_includedir=$(includedir)
4ad8c1
 
4ad8c1
-LIBRTAS_LIBRARY_VERSION = 2:0:0
4ad8c1
+# CURRENT:REVISION:AGE(C:R:A)
4ad8c1
+# For calculating version number of library, formula used is (C - A).(A).(R)
4ad8c1
+LIBRTAS_LIBRARY_VERSION = 2:2:0
4ad8c1
 
4ad8c1
 lib_LTLIBRARIES += librtas.la
4ad8c1
 librtas_la_LDFLAGS = -version-info $(LIBRTAS_LIBRARY_VERSION)
4ad8c1
-- 
4ad8c1
2.9.3
4ad8c1