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