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